-
Table and Column Level Locks
How to handle the table level locks and column level locks?
-
Sub query and correlated sub query
What is the difference between sub query and correlated sub query
-
Alias in Joins
Why do we use aliases during joining two tables?
-
Find all tables in a database
How to find all the tables existing in a database?
-
Lock Row of a Table using SQL
How to lock a particular row of a table using SQL?
-
-
Security for SQL Queries?
Can you provide any security for SQL queries? If Yes, How?
-
-
-
-
Export data from SQL to Excel
How to export data from a SQL table to MS Excel?
-
-
-
What is a deadlock?
There is a table with Pluks('plk') and Zinks ('zin'). Each Pluk onlyresides on a single Zink and each Zink may contain multiple Pluks. Howdo you find how many Pluks are on each and every Zink? Please provide SQL.What is a deadlock?
-
Establishing many to many relationship in SQL
How will you establish many to many relationship in SQL?Ramco Systems dt. 02 Feb' 2008
-
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
The return type for a cursor must be a record type.It can be declared explicitly as a user-defined or %ROWTYPE can be used. eg TYPE t_studentsref IS REF CURSOR RETURN students%ROWTYPE
-
-
-
Get fieldnames from Empty Table
How to get field names from empty table by using SELECT statement;
-
Oracle SQL Interview Questions
Ans