what is the difrence between sql and pl/sql
Answer Posted / rahul
Sql is structured query language and pl/sql is programing
langugae that means you can use procedure ,function and
other. in pl/sql you can store procedure and function in
database and later these can be used.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How important is to list the column names when doing an insert?
What are enums used for in mysql?
How to print message in mysql trigger?
What is the difference between char and varchar in mysql?
What is the use of mysql_close()?
How to calculate the difference between two dates?
What are the types of index?
What are the differences between mysql vs sql server?
How can you handle the –secure-file-priv in mysql?
Is mysql a dbms?
How do I start mysql server?
Define REGEXP?
What is acid in mysql?
How do you insert a table?
What are Heap tables?