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
What is mysqladmin flush hosts?
How will you export tables as an xml file in mysql?
How many rows can mysql hold?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How do I change the max connection in mysql?
What is index length in mysql?
What is a blob datatype?
What does "i_am_a_dummy flag" do in mysql?
Is pdo more secure than mysqli?
How do I get a list of table names in mysql?
What is mysql connector used for?
What are the difference between mongodb and mysql?
Where is the mysql database stored?
What is max_used_connections in mysql?