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 many sql ddl commands are supported by 'mysql'?
What is 1nf 2nf 3nf?
What is the maximum no of columns a table can have?
can you tell how can you display the maximum salary in sql? : Mysql dba
Why do we use preparedstatement?
How to create table show example
How do you create a table in mysql workbench?
Can you tell a way to know the number of days between the two given dates in php?
What are the types of database engines available in mysql?
What is save point in mysql?
What are the technical features of MySQL?
Is mysql a nosql database?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
How to dump one database for backup.
How many rows can a mysql table hold?