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
Why do we use views instead of tables?
Explain the difference between primary key and candidate key in mysql?
What is the data type for file in mysql?
What is ibdata1?
What is slow query log in mysql?
Consider you have the following three tables which have to be linked together.
What are the different types of triggers in mysql?
How to returns the columns and column information pertaining to the designated table.
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
What are features of mysql?
What are the column comparisons operators?
List data types in mysql? Explain
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
What is dbms in mysql?
What is orm in mysql?