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
What is msql?
What command is used to delete the data from the table without deleting the table structure?
What is 'mysqldump'?
Which statement is used to delete a table in MySQL.
How do I start mysql in linux?
What is datadir?
What are the limitations of mysql?
How do I install mysql workbench?
How to escape special characters in sql statements?
What is username in mysql?
What is the datatype of image in mysql?
How to get the current date in mysql?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What is limit in mysql?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?