what is the difrence between sql and pl/sql
Answer Posted / raj kumar soni
SQL is Structured Query Language which is used for accessing
some desired information from the table.
While PL/SQL is Procedural Language/Structure Query Language
which is used for making programs which is having predefined
structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I stop a query in mysql workbench?
How to return query output in xml format?
How do I create a stored procedure in mysql?
Is mysql workbench a dbms?
How do I switch users in mysql?
How can you make a database as your current database?
What is mysql data directory?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Can we store files in mysql?
How to check if value already exists in mysql database in php?
What is row locking in mysql?
What is a string in mysql?
Where does mysql store data?
What are the three types of queries?
What is the use of mysqli_fetch_array?