-
-
SET Operator
What is a SET operator? What are the types what is the difference between SET operators and JOINS?
-
Difference between nested query,sub query and nested query?
What is difference between nested query,sub query and nested query? explain clearly with an example?
-
Get 10 and 11th records in the output using SQL in 5 ways ?
I have to tables A and B. My records in this table are in such a way that
Table A Table B
10 15
11 16
12 10
13 11
Question :- I want only the 10 and 11 records as my output.
Can anyone help me out ( 5 ways... -
Which is more faster - IN or EXISTS?
EXISTS is more faster than IN because EXISTS returns a Boolean value whereas IN returns a value.
-
LOCK Query
What is use of lock query in SQL Plus? Give its syntax and implementation?
-
Aggregation Key
What is the Aggregation Key?
-
SQL NULLIF Function
What is the use of NULLIF function in SQL?
-
-
-
-
How to truncate the table with cascade option?
I tried "truncate table cascadebut I got the error storage keyword is missing (says either drop storage or reuse storage) Can any one help me out.
-
-
Unique Index and Simple Index
What is difference between unique index and simple index?is it possible, two rows can have the same unique index?
-
Describe table without DESC Command
How to desc table data without using desc command
-
Tune SQL Query
How can you tune the query?
-
Delete contents in two tables at a time
How to delete contents in two tables at a time? When you delete contents in one table then other table contents should also be deleted.
-
Copy structure of a table
How can I copy the stucture of a table to a text file.
-
Create table based on another table
How to create table emp1 based on emp, except comm column?
-
Securing SQL Scripts
How to secure SQL scripts so that they cannot be seen by others but can only be executed.
Oracle SQL Interview Questions
Ans