-
Import & Export Through OEM & SQL
Can any one guide me how can i import and export schema using SQL and OEM
-
What operator tests column for the absence of data?
IS NULL operator
-
Which command executes the contents of a specified file?
START <filename> or @<filename>
-
-
What are the privileges that can be granted on a table by a user to others?
Insert, update, delete, select, references, index, execute, alter, all
-
-
-
-
-
-
-
-
-
-
-
SQL Time Functions
How to calculate the time variation between two different time sessions?
-
Changing column name
How we can change the name of the column for a existing table?
-
How to execute a sql*plus script from pl/sql block.
My script contains sql plus set commands. how to execute that script in a pl/sql block i.e. either anonymous ,procedure or function or trigger
-
Inner Join Problem
Why IN query not worked in inner join?
-
Pairwise and Non-Pairwise Comparisons
Explain the difference between pairwise and non-pairwise comparisons in multiple column sub-queries.
SQL Interview Questions
Ans