TCCI-Tririd Computer Coaching Institute is focused on providing Quality education with practical sessions.Satisfaction of our student is our priority. We pride ourselves for providing proficient IT solutions. We have a highly qualificated and expereinced faculties, who, not only handle teaching, but also aspire to provide the best possible solution through their technical expertise.
Showing posts with label Coaching SQL. Show all posts
Showing posts with label Coaching SQL. Show all posts
Thursday, January 10, 2019
Friday, January 4, 2019
What is difference between SQL and PL-SQL? tccicomputercoaching.com
SQL
: Structures Query Language used to perform only DDL, DML, DQL, TCL & DCL..So on but in day today
day
life SQL is not sufficient to solve our problems.
PL/SQL : Procedural Language Structured Query Language is an extension for SQL.
1. Language
2. Execution:
3. Error Messages:
4. Code Reusability:
5. Interaction:
6 . Example:
In short day life problems cannot be solved or difficult to solve by just using SQL.
To learn more about SQL and PL/SQL TCCI is Best Place where you can learn Basic concepts of SQL and DBMS.
TCCI teach Online and Offline C , C++, Java, Python, Database Management , Python, Data Structure HTML, CSS, Java Script, .Net, PHP, System Programming Compiler Design, Boot Strap, Angular Js etc.
We have experienced faculty who teach all Engineering branch course in Bopal and satellite in Ahmedabad.
Call us @ 9825618292
Join us @ http://tccicomputercoaching.com/
PL/SQL : Procedural Language Structured Query Language is an extension for SQL.
1. Language
- SQL is a structured language support looping and conditional statements.
- PL/SQL is a procedural language supports looping and conditional statements, such as (range base loops, condition base loops ).
2. Execution:
- In SQL we cannot execute one or more that one statement at a time.
- Where as in PL/SQL we can execute number of statements, with the use of ( procedures, functions, packages, cursors…..)
3. Error Messages:
- SQL always gives system error messages while any wrong transaction. Users cannot understand these system error messages.
- Whereas with PL/SQL , we can convert these system error messages into user friendly error messages with the excellent concept called EXCEPTION HANDLING.
4. Code Reusability:
- SQL doesn’t support code reusability, it means we need to write insert , update, delete, select each and every time.
- Where as in PL/SQL supports code reusability. it means writing the code only one time and reusing the same code again and again whenever u want to do the same operations.
5. Interaction:
- SQL interacts with a Database server
- Pl/SQL has no interaction with the database server
6 . Example:
- SQL - SELECT * FROM STUDENT WHERE Age>=18;
- PL/SQL - CREATE OR REPLACE PROCEDURE hello AS BEGIN dbms_output.put_line('Hello World!'); END;
In short day life problems cannot be solved or difficult to solve by just using SQL.
To learn more about SQL and PL/SQL TCCI is Best Place where you can learn Basic concepts of SQL and DBMS.
TCCI teach Online and Offline C , C++, Java, Python, Database Management , Python, Data Structure HTML, CSS, Java Script, .Net, PHP, System Programming Compiler Design, Boot Strap, Angular Js etc.
We have experienced faculty who teach all Engineering branch course in Bopal and satellite in Ahmedabad.
Call us @ 9825618292
Join us @ http://tccicomputercoaching.com/
Subscribe to:
Posts (Atom)
