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
Consider you have the following three tables which have to be linked together.
What is the difference between truncate and delete in mysql?
What is schema in mysql?
What is max connection in mysql?
What are the types of database engines available in mysql?
How to filter data from a mysql database table with php?
How do I check mysql version?
What is mysql and how it works?
How do I find mysql version in mysql workbench?
How to use triggers to track changes in mysql?
What are date and time data types in mysql?
How does php communicate with mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How many columns is too many mysql?
What is the hostname for mysql database?