what is rdbms? : Sql dba


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


Why do we use sql constraints? Which constraints we can use while creating database in sql?

0 Answers  


What is the difference between drop and truncate commands?

0 Answers  


Compare sql & pl/sql

0 Answers  


How is a process of pl/sql compiled?

0 Answers  






What is the importance of sqlcode and sqlerrm?

0 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,


What is the difference between anonymous block and named block or stored procedure?

8 Answers  


What is difference between Procedures and Functions ?

6 Answers   Hi Caliber IT,


what command is used to create a table by copying the structure of another table including constraints ?

6 Answers   CMC, eicc,


what is the difference between $message and $$message? : Sql dba

0 Answers  


Is mariadb nosql?

0 Answers  


Categories