what is the difrence between sql and pl/sql
Answer Posted / suman
Hello you people know nothing...but dont worry im here for u
sql is structered query language..it's structured in the sense that you cant change the predefined structure of the statements.even if you plan to do..
But if you plan to work on data using your own planning you must have to write sql in a programming way thats called planning sql or in short pl sql
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
Can I use mysql for free?
How to update database permissions/privilages.
When to use order by in delete statement?
How to delete an existing column in a table?
What storage engines are used in MySQL?
Does adding an index lock a table?
How do I connect to a mysql database?
How do I edit a stored procedure in mysql?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
How to copy data from one server to another using php?
What is unique key in mysql?
Why do we use views instead of tables?
How do I edit a database in mysql workbench?
Which is better mysql or microsoft sql?