-
-
-
-
-
-
-
-
-
-
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.
-
User-defined Data Type
Write an SQL statement to create user-defined data types?
-
LOB Segment
What do you mean by LOB segment? Explain LOB segment
-
-
How to get number of days using SQL ?
I have table .. like
EMPNO Ename DOB
------------------------------------
1 you 1-jan-2011
2 Me 28-jan-2011
tel me the query for no.of days different from.. two dates of column DOB.?
Thanks in advance.
Sateesh -
Corelated query
What is difference b/w coreleated subquery and nested subquery?
-
DML operations on base tables using a simple view
Can we make DML operations on base tables using a simple view?Can we insert or update or delete rows to the base tables using a view?
SQL Interview Questions
Ans