what is the difrence between sql and pl/sql
Answer Posted / anuj maheshwari
sql -> structure query language.
pl/sql -> procedure language in structure query language.
this is the main difference..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to check server status with 'mysqladmin'?
How set mysql root password?
What are the disadvantages of stored procedures?
How to Change a users password from unix shell.
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Explain the difference between primary key and candidate key in mysql?
Is mysql same as mariadb?
How to use case expression?
How do you rename a table?
how to add a new column to an existing table?
How do I select a table in mysql?
What happens if you no create privilege in a database?
Explain the difference between mysql and mysql interfaces in php?
How to use sum function in where clause in mysql?
What is the difference between truncate and delete?