what is the difrence between sql and pl/sql
Answer Posted / kalyana chakravarthy
SQL is structured query language which is used to retrive
data from the database. Before 1974 it is known as Gupta
SQL. In 1974 Relational solutions Inc(Now oracle
corporation) taken it as a native lang to retrive data.
Though it is structured quer language it is un structured
its like simple english language.
Pl/Sql is an extension for Sql. It is a structured 4th
generation language where one can execute more than one
select statement with conditional constructs like if, then
and else.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
What does mysql_query return?
What is the data type for file in mysql?
What is database clustering in mysql?
Do I need to pay for mysql?
Is mysql is a programming language?
What is innodb mysql?
What is a table schema?
How do I start mysql database?
How do you create a schema?
How many tables we can create in mysql database?
How to use rank function in mysql?
How do I delete a table in mysql workbench?
How to shutdown mysql server?
What are the features of mysql?