Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difrence between sql and pl/sql

Answer Posted / dinesh joshi

1)SQL is executed one statement at a time. PL/SQL is
executed as a block of code.
2)SQL tells the database what to do (declarative), not how
to do it. In contrast, PL/SQL tell the database how to do
things (procedural).
3)SQL is used to code queries, DML and DDL statements.
PL/SQL is used to code program blocks, triggers, functions,
procedures and packages.
4)You can embed SQL in a PL/SQL program, but you cannot
embed PL/SQL within a SQL statement.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the file with the extension: frm, myd, and myi contain?

906


Create table employee (eno int(2),ename varchar(10)) ?

993


What are string data types?

1012


What is relational database in mysql?

909


How to convert numeric values to character strings?

1040


What is the full meaning of mysql?

955


Explain the difference between procedure and function in mysql?

976


Write a query to fetch common records between two tables using mysql?

1001


What is trigger in mysql with example?

901


Can varchar be primary key?

908


what is the difference between gui testing and database testing? : Mysql dba

1075


How we can see all indexes defined for a table in mysql?

910


How do I connect to a mysql database?

912


In how many ways we can retrieve data in the result set of mysql using php?

1110


What is sql vs mysql?

994