What is data manipulation language?


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

Post New Answer

More SQL PLSQL Interview Questions

What is serial sql?

0 Answers  


how can we know the number of days between two given dates using mysql? : Sql dba

0 Answers  


explain about mysql and its features. : Sql dba

0 Answers  


What are types of joins?

0 Answers  


What is hibernate and its relation to sql?

0 Answers  






What is the use of triggers?

0 Answers  


State few characteristics of pl/sql?

0 Answers  


how to get enames with comma seperated values by deptwise on emp table?

8 Answers  


What is view explain with example?

0 Answers  


HOW CAN I FIND MAX SAL ,ENAME FROM EMP TABLE.

16 Answers  


What are the events on which a database trigger can be based?

0 Answers  


I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman

3 Answers   Satyam,


Categories