SlideShare a Scribd company logo
Presentation of SQL
Naima Saeed Mohamed
 What stands for SQL 
 What is SQL 
 Advantage and Disadvantage of SQL 
 History of SQL 
 Used for SQL 
 Some statements or codes of Codes
SQL is sands for Structure Query Language 
. 
SQL has many definition but we take some 
of them 
SQL is special purpose programming 
language designed for managing database. 
On other hand 
SQL is rational database language.
 Can be used to create function and trigger 
procedures. 
 You can add control structure to the SQL 
 Also you can perform complex computation 
 SQL can be used to retrieve large amount of 
records from database quickly and 
efficiently
 Difficult in interfacing 
More features implemented in proprietary 
way 
 SQL is invented primarily to provide a 
method to access structure data in order to 
transparencies the physical storage scheme.
 IBM invented a computer language back in the 1970s 
designed specifically for database queries 
called SEQUEL, which stood for Structured English 
Query Language. 
 IBM released SEQUEL into the public domain, where 
it became known as SQL. Because of this heritage you 
can pronounce it as "sequel" or spell it out as "S-Q-L" 
when talking about it. 
 Microsoft initially developed SQL Server (a database 
product that understands the SQL language) with 
Sybase Corporation for use on the IBM OS/2 platform.
Data Manipulation 
Data Definition 
Data Administration 
All are expressed as an SQL 
statement.
 When we start SQL codes always first code is create 
 Database ,Table and so on….. 
 Just write in area of work 
 Create Hospital 
That is database 
Create Table 
( 
Employee ID integer , 
Employee Name varchar(50) 
) we use codes like that.
Presentation of SQL

More Related Content

PDF
SQL EXCLUSIVE NOTES .pdf
PDF
Mysql
PDF
Sql2008 (1)
PPTX
Major Relational Database Management Systems...
PDF
PPTX
Informatica power center 9 Online Training
PPTX
Informatica Powercenter Architecture
PPTX
Informatica PowerCenter
SQL EXCLUSIVE NOTES .pdf
Mysql
Sql2008 (1)
Major Relational Database Management Systems...
Informatica power center 9 Online Training
Informatica Powercenter Architecture
Informatica PowerCenter

Similar to Presentation of SQL (20)

PDF
Database Systems - Introduction to SQL (Chapter 3/1)
PPTX
structures query langauge basic for learners
PDF
History of SQL, Evolution of SQLHistory of SQL, Evolution of SQL
PPTX
SQL Classes in Pune
PPTX
Structured Query Language (SQL)
PDF
Sql ch 1
PPTX
Pl sql content
PPTX
Intro sql/plsql
PPTX
What is SQL Server?
PPT
PPT
PPTX
Introduction to SQL.pptx
PPTX
An intoduction to sql and its components
PPTX
Sql in dbms
PPTX
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
PPTX
Structured Query Language -SQL
PPTX
Data Analytics - SQL Lesson 01 - Introduction.pptx
PPTX
Structured query language
PPTX
Can we use SQL in java.pptx.Join SQL Training in Chandigarh
PPTX
Database Systems - Introduction to SQL (Chapter 3/1)
structures query langauge basic for learners
History of SQL, Evolution of SQLHistory of SQL, Evolution of SQL
SQL Classes in Pune
Structured Query Language (SQL)
Sql ch 1
Pl sql content
Intro sql/plsql
What is SQL Server?
Introduction to SQL.pptx
An intoduction to sql and its components
Sql in dbms
CSE311_IAH_Slide06_SQL _Retrival_Queries.pptx
Structured Query Language -SQL
Data Analytics - SQL Lesson 01 - Introduction.pptx
Structured query language
Can we use SQL in java.pptx.Join SQL Training in Chandigarh
Ad

Recently uploaded (20)

DOCX
Factor Analysis Word Document Presentation
PPTX
CYBER SECURITY the Next Warefare Tactics
PDF
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
PDF
How to run a consulting project- client discovery
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
importance of Data-Visualization-in-Data-Science. for mba studnts
PPTX
Introduction to Inferential Statistics.pptx
PPTX
New ISO 27001_2022 standard and the changes
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
Managing Community Partner Relationships
PPTX
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
PPTX
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
PPTX
Database Infoormation System (DBIS).pptx
PDF
annual-report-2024-2025 original latest.
PPTX
Leprosy and NLEP programme community medicine
PPTX
STERILIZATION AND DISINFECTION-1.ppthhhbx
PPTX
retention in jsjsksksksnbsndjddjdnFPD.pptx
PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
Factor Analysis Word Document Presentation
CYBER SECURITY the Next Warefare Tactics
Systems Analysis and Design, 12th Edition by Scott Tilley Test Bank.pdf
How to run a consulting project- client discovery
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
IBA_Chapter_11_Slides_Final_Accessible.pptx
importance of Data-Visualization-in-Data-Science. for mba studnts
Introduction to Inferential Statistics.pptx
New ISO 27001_2022 standard and the changes
Qualitative Qantitative and Mixed Methods.pptx
SAP 2 completion done . PRESENTATION.pptx
Managing Community Partner Relationships
(Ali Hamza) Roll No: (F24-BSCS-1103).pptx
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
Database Infoormation System (DBIS).pptx
annual-report-2024-2025 original latest.
Leprosy and NLEP programme community medicine
STERILIZATION AND DISINFECTION-1.ppthhhbx
retention in jsjsksksksnbsndjddjdnFPD.pptx
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
Ad

Presentation of SQL

  • 3.  What stands for SQL  What is SQL  Advantage and Disadvantage of SQL  History of SQL  Used for SQL  Some statements or codes of Codes
  • 4. SQL is sands for Structure Query Language . SQL has many definition but we take some of them SQL is special purpose programming language designed for managing database. On other hand SQL is rational database language.
  • 5.  Can be used to create function and trigger procedures.  You can add control structure to the SQL  Also you can perform complex computation  SQL can be used to retrieve large amount of records from database quickly and efficiently
  • 6.  Difficult in interfacing More features implemented in proprietary way  SQL is invented primarily to provide a method to access structure data in order to transparencies the physical storage scheme.
  • 7.  IBM invented a computer language back in the 1970s designed specifically for database queries called SEQUEL, which stood for Structured English Query Language.  IBM released SEQUEL into the public domain, where it became known as SQL. Because of this heritage you can pronounce it as "sequel" or spell it out as "S-Q-L" when talking about it.  Microsoft initially developed SQL Server (a database product that understands the SQL language) with Sybase Corporation for use on the IBM OS/2 platform.
  • 8. Data Manipulation Data Definition Data Administration All are expressed as an SQL statement.
  • 9.  When we start SQL codes always first code is create  Database ,Table and so on…..  Just write in area of work  Create Hospital That is database Create Table ( Employee ID integer , Employee Name varchar(50) ) we use codes like that.