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 cte? : Mysql dba
How to print message in mysql trigger?
What is procedural api?
Is mysql still relevant?
How to get help information from the server?
What does mysqli_fetch_assoc do?
What is sqlyog?
What is 'mysqladmin' in mysql?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is join in mysql? What are the different types of join?
What is trigger in mysql?
How do I install the latest mysql on ubuntu?
What is unique key in mysql?
What is the data source name for mysql?