what is the difrence between sql and pl/sql
Answers were Sorted based on User's Feedback
Answer / anuj maheshwari
sql -> structure query language.
pl/sql -> procedure language in structure query language.
this is the main difference..
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tonmoy bhattacharya
SQL Enter, Edit, Store & Retrieve by single command or
statement where as PL/SQL process all SQL statements one at
a time. With PL/SQL, an entire block of statements process
in a single command line.
SQL in a strucutred query language; where pl/sql is
procedures,function,variable,method all are present
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / mayank singh
Differce B/W Pl/sql & sql is that pl/sql is used gor
Logical databese Creation. it is used in backend . It is
used for Programming.
sql is Used for front end & Used for Physical data base
creation maintain tabes & rows.
Is This Answer Correct ? | 1 Yes | 7 No |
Answer / rsr
Actually,
All those above answers are wrong..Because the question is
itself wrong as it has a spelling mistake for "difference"
and its displayed as "difrence".People like me only can
find this error(Bug) as because i wear Specs.
For more exact answers please contact : aar.sundar@gmail.com
Is This Answer Correct ? | 2 Yes | 13 No |
Answer / karthik krishnan
Similarly i have many answers for the critical and vertical
questions.
Even you can reach me by mail-id.
karthik.krishnagiri@gmail.com
Is This Answer Correct ? | 3 Yes | 21 No |
Answer / mr.kiruba sankar
Hello!!
If you people dont know the answer please atleast learn
from my post.
Ans : The main diffrence is ,SQL is only for team members
but when the project lead uses it,then its named as
ProjectLead SQL (shortly pl/sql)
So i think you people understood my technical knowledge, So
for any answers contact me(Incoming free).
Is This Answer Correct ? | 2 Yes | 21 No |
Answer / karthik krishnan
Usually we will used to mention pl/sql, so there are three
characters differing. And considering the special character
is mandatory.
Is This Answer Correct ? | 2 Yes | 31 No |
Answer / sudhakar shanmugam
No.The above is not a correct one.
The appropriate answer is there is only 2 letters
extra "pl" and one special charcter "/" extra.
Is This Answer Correct ? | 5 Yes | 53 No |
Explain the different types of constraints?
Is mysql a programming language?
What is mysql connector used for?
How many groups of data types?
How do stored procedures work?
What is mysql server used for?
How to display top 50 rows?
What is the function of myisamchk?
What is current version of mysql?
Why is mysql used?
What is the difference between sql and mysql and oracle?
What are the similarities between a function and a procedure?