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
What is the difference between primary key and candidate key?
How do I disable mysql?
What is a tinyint in mysql?
What is text in mysql?
What is 'mysqlcheck'?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
How can I see mysql database?
How MySQL Optimizes DISTINCT?
What is delimiter in mysql trigger?
What is user in mysql?
What is difference between pdo and mysqli?
Is mysql open source?
What are the functions of mysql?
Is mysqli secure?
How would you get the current date in mysql?