what is the difrence between sql and pl/sql
Answer Posted / tonmoy bhattacharya
SQL Enter, Edit, Store & Retrieve by single command or
statement where as PL/SQL process all SQL statements one at
a time. With PL/SQL, an entire block of statements process
in a single command line.
SQL in a strucutred query language; where pl/sql is
procedures,function,variable,method all are present
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by decimal (5,2)?
how to take mysql database backup?
What are the disadvantages of mysql?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
How to do login in mysql with unix shell.
How do I change the max connections in mysql?
How to enter numeric values as hex numbers?
Does mysql use tcp or udp?
Is mysql a backend?
What is the query to display top 20 rows?
How many threads can mysql handle?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
How do I find the size of a mysql database?
How do you backup a database in mysql?
What is mysql in dbms?