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 can I connect mysql database?
What ascii 31?
Can I use mariadb instead of mysql?
What is max connections in mysql?
How do I export mysql query results to excel?
Explain what is mysql?
What is InnoDB?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is the data source name for mysql?
Is mysql same as sql?
How do I completely remove mysql from windows?
What is the command used to create a database using php and mysql?
Can you tell the difference between $message and $$message?
What is the difference between char and varchar?
Is mysql a server?