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 sql and plsql

Answers were Sorted based on User's Feedback



what is sql and plsql..

Answer / madhuri

sql is a structured query language which executes one sql
statement at a time where as pl/sql is a programming
language which embedd set of sql statements as a block and
executes it.Main advantage of pl/sql over sql is,we can use
control structures,cursors,subprograms and exception
handling in this case.

Is This Answer Correct ?    14 Yes 1 No

what is sql and plsql..

Answer / prabhakar

sql is the structure query language and plsql is the
programming structure query language which through we
create the program in oracle and all the program excute in
the oracle.

sql simply crate,delete,update the query
plsql programming can also do.

Is This Answer Correct ?    7 Yes 2 No

what is sql and plsql..

Answer / anil kumar jampana

one more advantage with pl/sql over sql is network traffic.
pl/sql reduces network traffic. bz, here we embeding all
sql statements together....

Is This Answer Correct ?    4 Yes 0 No

what is sql and plsql..

Answer / rajesh.k

sql is a structure query language,in which we are retriving
the data through statements from the database,it cannot be
used for later application,,,
pl/sql is a programming language it has the
declare
variables;
begin
sql smts;
exceptions
end;
in plsql thru stored programs like proc,func we can use for
later applications,,

Is This Answer Correct ?    4 Yes 1 No

what is sql and plsql..

Answer / k.srikanth

SQL IS A STRUCTURE QUERY LANGUAGE
PL/SQL IS A PROCEDURE LANGUAGE.
SQL USED FOR AN DDL,DML,ALL STAMENTS.PL/SQL USED FOR AN ALL
SQL STATMENTS USED AND CURSORS.

Is This Answer Correct ?    1 Yes 0 No

what is sql and plsql..

Answer / anjali

Sql is a standalone set of commands. Pl sql is procedural extension to sql where we embed sql statements inside pl sql block so that we can achieve re-usability of code .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is java sql drivermanager?

0 Answers  


what is sub-query? : Transact sql

0 Answers  


Is left join faster than inner join?

0 Answers  


What is Highwatermark?

3 Answers   Thermotech,


What is left join example?

0 Answers  


I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS

7 Answers   Polaris,


What's the difference between a primary key and a clustered index?

0 Answers  


What is dynamic sql in pl sql?

0 Answers  


what is a composite key ? : Sql dba

0 Answers  


What is sql profiling in oracle?

0 Answers  


How can the performance of a trigger be improved?

0 Answers  


What is mutating sql table?

0 Answers  


Categories