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 difference between SQL and PLSQL

Answers were Sorted based on User's Feedback



What is the difference between SQL and PLSQL..

Answer / sunil bisht

SQL is the only language through which you create or modify
data and structures in Oracle. Although other tools will
connect with the database, they all use SQL to read and
modify data.

Oracle's PL/SQL is a programming lanuguage that extends SQL
to include procedural elements, such as loops and whatnot.

Is This Answer Correct ?    14 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / khan tauseef

SQL is structure Query Language whereas PL/SQL is Procedural
Language Structure Query Language.
SQL does not have Stored Procedures/Stored Functions whereas
PL\SQL has.

Is This Answer Correct ?    10 Yes 1 No

What is the difference between SQL and PLSQL..

Answer / g.sivanagaraju

SQL is a standard structured query language for all the Relational Databases using SQL we can INSERT,UPDATE,DELETE,RETRIEVE and MODIFY the structure of the database.
PLSQL is procedural level extension to the SQL. PLSQL uses Data Manipulation power of SQL and procedural power of some other languages.
PGA gets created by ORACLE SERVER while working in PLSQL environment unlike SQL, SGA.
We can perform complex level validations using PLSQL unlike SQL.

Is This Answer Correct ?    4 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / nashiinformaticssolutions

• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / glibwaresoftsolutions

• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / hr@tgksolutions.com

• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / sap

sql mean data base

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql

0 Answers  


How do I save a stored procedure?

0 Answers  


How do I order by ascending in sql?

0 Answers  


How many sql core licenses do I need?

0 Answers  


i want insert 10 records from table a to table b. if i m using statement level trigger how many record insert ?in row level trigger how many record inserted???

3 Answers   Scope International,


How do you declare a user-defined exception?

0 Answers  


What are the different parts of a package?

0 Answers  


What is equi join in sql?

0 Answers  


Why do we need databases?

0 Answers  


What are the datatypes a available in PL/SQL ?

2 Answers  


What is not null in sql?

0 Answers  


How many types of primary keys are there?

0 Answers  


Categories