SlideShare a Scribd company logo
SEC 4(A) : MYSQL
Programme B.Sc
Subject Computer Science
Semester VI
Session No. 1
Topic MySQL(PLSQL) Syllabus and SQL vs SQL * plus
Created by Dr. H. Pruthviraj
UNIT-1
 SQL Vs SQL * Plus : SQL Commands and Data types,
 Operators and Expressions,
 Introduction to SQL * Plus.
 Managing Tables and Data :
 Creating and Altering Tables ( Including constraints),
 Data Manipulation Command like Insert, Update etc.
 SELECT statement with WHERE, GROUP BY and HAVING,
ORDER BY, DISTINCT.
 Special operator like IN, ANY, ALL, BETWEEN, EXISTS, LIKE
and JOIN.
 Built in functions and
 Other Database Objects, View, Synonyms, Index.
UNIT-2
 Transaction Control Statements
 Commit, Rollback, Savepoint.
 Introduction to PL/SQL and SQL v/s PL/SQL.
 PL/SQL Block Structure.
 Language construct of PL/SQL.
 (Variables, Basic Data types and Composite Data types,
Conditions and lopping etc.)
 TYPE and ROWTYPE.
 Using Cursor ( Implicit, Explicit)
Blue Print for SEC Skill Enhancement Course Paper Setting
• Scheme of evaluation as follows:
UNIT 2 Marks Questions 5 Marks Questions 10 Marks Questions
I 2 1 2
II 3 2 1
SEC Question paper contains 3 sections:
Section A:
5 Questions of 2 marks, Answer all questions 05 x 02 = 10 Marks
Section B:
3 Questions of 5 marks, Answer any 2 questions 02 x 05 = 10 Marks
Section C:
3 Questions of 10 marks, Answer any 2 questions 02 x 10 = 20 Marks
Total = 40 Marks
Writing Practical Internal Exam 10 Marks.
Total = 50 Marks
SQL
• SQL stands for structural query language.
• SQL is query language which is used for communication with oracle
server to access and modify data.
• IBM is invented SQL Language.
• It has been adopted by ISO (International Standard Organization) and
ANSI(American National Standard Institute).
• SQL is used to ask queries for the table.
• It involves DML, DDL, DCL commands to solve the SQL queries.
• SQL is always executed on database server.
• SQL uses RDBMS like MySQL Database, Oracle, MS SQL server,
Sybase, etc.
SQL * Plus
SQL*Plus is an interactive program that allows you to type in
and execute SQL statements.
It also enables you to type in PL/SQL code and send it to the
server to be executed.
SQL* Plus is one of the most common front end used to develop
and create stored PL/SQL functions and procedures.
SQL* Plus is a command line tool. It does not involve DDL,
DML, DCL like SQL.
If you are in windows environment and your database server is
somewhere on the network, so the following things happen:
 SQL* plus transfers your sql query over the network on the database
server.
 SQL* Plus waits for the reply from the database server.
 The database server execute the query and transmit result to the SQL
* plus.
 Then SQL * Plus display the query result on computer screen.
If you are not running in a networked windows environment, the
same thing happens. The only difference might be that the database
server and SQL * Plus is running on same physical machine.
DIFFERENCE BETWEEN SQL & SQL * PLUS
SQL SQL * plus
SQL is a language. SQL*Plus is a tool.
SQL is a query language used for the
communication with Oracle server to
access and modify the data.
SQL* Plus is a command line tool with which
you can send SQL queries to the server. Also, it
can help you format the query result.
SQL is invented by IBM.
SQL * Plus is a tool to use SQL language for
a database from Oracle corporation.
SQL can be simply used to ask queries,
i.e. it involves DML, DDL and DCL.
SQL * Plus is command line tool which
doesn’t involve DML, DDL and DCL.
In SQL, there is no continuation
character..
In SQL*Plus there is a continuation
character.
Keywords cannot be abbreviated in
SQL. Keywords can be abbreviated in SQL*Plus.
SQL uses functions to manipulate the
data.
SQL* plus uses commands to manipulate the
data.
Reference :
1. Baron Schwartz, High Performance MySQL, O’Reilly,2012.
2. Vikram Vaswani, The Complete Reference MySQL, McGraw Hill
Educations.
Thank You
Ad

More Related Content

Similar to MySQL(PLSQL) Syllabus and SQL vs SQL * plus Session - 01.pptx (20)

DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3
YOGESH SINGH
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptx
Kulbir4
 
SQL.pptx
SQL.pptxSQL.pptx
SQL.pptx
ajeetyadav541305
 
Sql and its functions
Sql and its functionsSql and its functions
Sql and its functions
Rohit Kumar
 
SQL EXCLUSIVE NOTES .pdf
SQL EXCLUSIVE NOTES .pdfSQL EXCLUSIVE NOTES .pdf
SQL EXCLUSIVE NOTES .pdf
NiravPanchal50
 
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptxDBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
attiyarehman783
 
Sql2008 (1)
Sql2008 (1)Sql2008 (1)
Sql2008 (1)
YanivGupta
 
Introduction to sql server
Introduction to sql serverIntroduction to sql server
Introduction to sql server
Vinay Thota
 
Sql tutorial
Sql tutorialSql tutorial
Sql tutorial
Rumman Ansari
 
Sql Sever Presentation.pptx
Sql Sever Presentation.pptxSql Sever Presentation.pptx
Sql Sever Presentation.pptx
zeeshanahmed213830
 
Sql server difference faqs- 6
Sql server difference faqs- 6Sql server difference faqs- 6
Sql server difference faqs- 6
Umar Ali
 
SQL overview and software
SQL overview and softwareSQL overview and software
SQL overview and software
Randy Riness @ South Puget Sound Community College
 
System i - DDL vs DDS Presentation
System i - DDL vs DDS PresentationSystem i - DDL vs DDS Presentation
System i - DDL vs DDS Presentation
Chuck Walker
 
Using Basic Structured Query Language lo1.pptx
Using Basic Structured Query Language lo1.pptxUsing Basic Structured Query Language lo1.pptx
Using Basic Structured Query Language lo1.pptx
TsedaleBayabil
 
introduction to SQL query language beginner.ppt
introduction to SQL query language beginner.pptintroduction to SQL query language beginner.ppt
introduction to SQL query language beginner.ppt
PatriceRochon1
 
Real World Sql Azure
Real World Sql AzureReal World Sql Azure
Real World Sql Azure
James Johnson
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentation
kaashiv1
 
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptxCSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
noshinnawar31
 
SQL Assessment Test
SQL Assessment TestSQL Assessment Test
SQL Assessment Test
williamsmith60525
 
SQL Training courses.pptx
SQL Training courses.pptxSQL Training courses.pptx
SQL Training courses.pptx
irfanakram32
 
DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3
YOGESH SINGH
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptx
Kulbir4
 
Sql and its functions
Sql and its functionsSql and its functions
Sql and its functions
Rohit Kumar
 
SQL EXCLUSIVE NOTES .pdf
SQL EXCLUSIVE NOTES .pdfSQL EXCLUSIVE NOTES .pdf
SQL EXCLUSIVE NOTES .pdf
NiravPanchal50
 
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptxDBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
DBMS_Procedural language-SQL,TSQL ADVANCE data base management system.pptx
attiyarehman783
 
Introduction to sql server
Introduction to sql serverIntroduction to sql server
Introduction to sql server
Vinay Thota
 
Sql server difference faqs- 6
Sql server difference faqs- 6Sql server difference faqs- 6
Sql server difference faqs- 6
Umar Ali
 
System i - DDL vs DDS Presentation
System i - DDL vs DDS PresentationSystem i - DDL vs DDS Presentation
System i - DDL vs DDS Presentation
Chuck Walker
 
Using Basic Structured Query Language lo1.pptx
Using Basic Structured Query Language lo1.pptxUsing Basic Structured Query Language lo1.pptx
Using Basic Structured Query Language lo1.pptx
TsedaleBayabil
 
introduction to SQL query language beginner.ppt
introduction to SQL query language beginner.pptintroduction to SQL query language beginner.ppt
introduction to SQL query language beginner.ppt
PatriceRochon1
 
Real World Sql Azure
Real World Sql AzureReal World Sql Azure
Real World Sql Azure
James Johnson
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentation
kaashiv1
 
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptxCSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
noshinnawar31
 
SQL Training courses.pptx
SQL Training courses.pptxSQL Training courses.pptx
SQL Training courses.pptx
irfanakram32
 

Recently uploaded (20)

One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 4-30-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 4-30-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Operations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdfOperations Management (Dr. Abdulfatah Salem).pdf
Operations Management (Dr. Abdulfatah Salem).pdf
Arab Academy for Science, Technology and Maritime Transport
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & Mairéad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetCBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - Worksheet
Sritoma Majumder
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Ad

MySQL(PLSQL) Syllabus and SQL vs SQL * plus Session - 01.pptx

  • 1. SEC 4(A) : MYSQL Programme B.Sc Subject Computer Science Semester VI Session No. 1 Topic MySQL(PLSQL) Syllabus and SQL vs SQL * plus Created by Dr. H. Pruthviraj
  • 2. UNIT-1  SQL Vs SQL * Plus : SQL Commands and Data types,  Operators and Expressions,  Introduction to SQL * Plus.  Managing Tables and Data :  Creating and Altering Tables ( Including constraints),  Data Manipulation Command like Insert, Update etc.  SELECT statement with WHERE, GROUP BY and HAVING, ORDER BY, DISTINCT.  Special operator like IN, ANY, ALL, BETWEEN, EXISTS, LIKE and JOIN.  Built in functions and  Other Database Objects, View, Synonyms, Index.
  • 3. UNIT-2  Transaction Control Statements  Commit, Rollback, Savepoint.  Introduction to PL/SQL and SQL v/s PL/SQL.  PL/SQL Block Structure.  Language construct of PL/SQL.  (Variables, Basic Data types and Composite Data types, Conditions and lopping etc.)  TYPE and ROWTYPE.  Using Cursor ( Implicit, Explicit)
  • 4. Blue Print for SEC Skill Enhancement Course Paper Setting • Scheme of evaluation as follows: UNIT 2 Marks Questions 5 Marks Questions 10 Marks Questions I 2 1 2 II 3 2 1 SEC Question paper contains 3 sections: Section A: 5 Questions of 2 marks, Answer all questions 05 x 02 = 10 Marks Section B: 3 Questions of 5 marks, Answer any 2 questions 02 x 05 = 10 Marks Section C: 3 Questions of 10 marks, Answer any 2 questions 02 x 10 = 20 Marks Total = 40 Marks Writing Practical Internal Exam 10 Marks. Total = 50 Marks
  • 5. SQL • SQL stands for structural query language. • SQL is query language which is used for communication with oracle server to access and modify data. • IBM is invented SQL Language. • It has been adopted by ISO (International Standard Organization) and ANSI(American National Standard Institute). • SQL is used to ask queries for the table. • It involves DML, DDL, DCL commands to solve the SQL queries. • SQL is always executed on database server. • SQL uses RDBMS like MySQL Database, Oracle, MS SQL server, Sybase, etc.
  • 6. SQL * Plus SQL*Plus is an interactive program that allows you to type in and execute SQL statements. It also enables you to type in PL/SQL code and send it to the server to be executed. SQL* Plus is one of the most common front end used to develop and create stored PL/SQL functions and procedures. SQL* Plus is a command line tool. It does not involve DDL, DML, DCL like SQL.
  • 7. If you are in windows environment and your database server is somewhere on the network, so the following things happen:  SQL* plus transfers your sql query over the network on the database server.  SQL* Plus waits for the reply from the database server.  The database server execute the query and transmit result to the SQL * plus.  Then SQL * Plus display the query result on computer screen. If you are not running in a networked windows environment, the same thing happens. The only difference might be that the database server and SQL * Plus is running on same physical machine.
  • 8. DIFFERENCE BETWEEN SQL & SQL * PLUS SQL SQL * plus SQL is a language. SQL*Plus is a tool. SQL is a query language used for the communication with Oracle server to access and modify the data. SQL* Plus is a command line tool with which you can send SQL queries to the server. Also, it can help you format the query result. SQL is invented by IBM. SQL * Plus is a tool to use SQL language for a database from Oracle corporation. SQL can be simply used to ask queries, i.e. it involves DML, DDL and DCL. SQL * Plus is command line tool which doesn’t involve DML, DDL and DCL. In SQL, there is no continuation character.. In SQL*Plus there is a continuation character. Keywords cannot be abbreviated in SQL. Keywords can be abbreviated in SQL*Plus. SQL uses functions to manipulate the data. SQL* plus uses commands to manipulate the data.
  • 9. Reference : 1. Baron Schwartz, High Performance MySQL, O’Reilly,2012. 2. Vikram Vaswani, The Complete Reference MySQL, McGraw Hill Educations. Thank You