What is use of term?
What is the difference between an inner and outer join?
What is mutating trigger?
how are rank and dense rank being alloted for column with same values over a particular column
What is the difference between sql and isql*plus?
How to maintain the history of code changes of pl/sql?
what are properties of a transaction? : Sql dba
please explain database architecture..
What is coalesce in sql?
IF EMP HAS 2 ROWS,DEPT HAS 4 ROWS.WHATS THE RESULT OF SELECT * FROM EMP,DEPT;
ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.
Explain unique key in sql.
What is pl sql code?