-
Select comm from emp;
The Null column in the output will come in the last i.e at the end. WHY?e.g COMM 1200 1000 1300 1450 ---- (NULL) ---- (NULL)
-
-
-
-
-
-
Left Outer & Right Outer Join
What is the use of Left Outer & Right Outer Join, Using Equi Join with Union we can do the outer join then why we need to go for Outer Join
-
There is a % sign in one field of a column. What will be the query to find it?
'' Should be used before '%'.
-
Insert a record in two tables
How to insert a record in two tables with single insert statement ?
-
SQL and PLSQL
What is the difference between SQL & PLSQL?
-
-
Ans