Answer Posted / k.srikanth
SQL IS A STRUCTURE QUERY LANGUAGE
PL/SQL IS A PROCEDURE LANGUAGE.
SQL USED FOR AN DDL,DML,ALL STAMENTS.PL/SQL USED FOR AN ALL
SQL STATMENTS USED AND CURSORS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does stored procedure reduce network traffic?
What is query syntax?
What is an escape character in sql?
Which join is like an inner join?
What is a call statement? Explain with an example.
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Is sql a microsoft product?
what is self join and what is the requirement of self join? : Sql dba
How can you view the errors encountered in a trigger?
What is file based approach?
How sql query is executed?
what is index? : Sql dba
Does sql use python?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
what is the difference between blob and text? : Sql dba