SlideShare a Scribd company logo
SQL
Introduction
• SQL stands for “Structured Query Language.”
• The Structured Query Language is a relational database
language.
• SQL is a medium which is used to communicate to the DBMS.
• SQL commands consist of English-like statements which are
used to query, insert, update, and delete data
• SQL is referred to as nonprocedural database language.
• SQL can be used in two distinct ways in DBMS
• Interactive SQL
• Programmatic SQL
Interactive SQL
•In this method, SQL commands are directly
typed at command prompt
•DBMS interprets and process SQL commands
and display results
Programmatic SQL
•In this type, SQL is embedded in Programming
languages, like Java, Python, Cobol, Pascal, etc.
•SQL needs host language, because SQL is not a
complete computer programming Language.
SQL features
– SQL is a language used to interact with the database.
– SQL is a data access language.
– SQL is based on relational tuple calculus.
– SQL is a standard relational database management language.
– The first commercial DBMS that supported SQL was Oracle in
1979.
– SQL is a “nonprocedural” or “declarative” language.

More Related Content

PDF
SQL EXCLUSIVE NOTES .pdf
PPTX
INTRO TO SQL.pptx
PPTX
SQL(Structured Query Language) Tutorials TpointTech
PDF
Structured Query Language
PDF
History of SQL, Evolution of SQLHistory of SQL, Evolution of SQL
PPTX
Basic About SQL_UnderstandingBasicSQL.pptx
PPTX
SQL SQL (Structured Query Language) is a specialized programming language des...
PPTX
SQL
SQL EXCLUSIVE NOTES .pdf
INTRO TO SQL.pptx
SQL(Structured Query Language) Tutorials TpointTech
Structured Query Language
History of SQL, Evolution of SQLHistory of SQL, Evolution of SQL
Basic About SQL_UnderstandingBasicSQL.pptx
SQL SQL (Structured Query Language) is a specialized programming language des...
SQL

Similar to Structured query language in Database.pptx (20)

PDF
Database Systems - Introduction to SQL (Chapter 3/1)
PDF
Sql tutorial, tutorials sql
PPTX
Presentation of SQL
PPTX
Introduction to SQL.pptx
PPTX
structures query langauge basic for learners
PPTX
Structured Query Language (SQL)
PPTX
What Is SQL?
PDF
Sql ch 1
PPTX
tructured Query Language (SQL) is a standardized programming language
PPTX
Pl sql content
PDF
Sql tutorial
PPTX
1. SQL Basics - Introduction
PPTX
Structured query language
PPTX
Structured query language presentation.pptx
PDF
A Complete Detailed Guide On The Uses Of SQL.pdf
PPTX
SQL | Computer Science
PPTX
SQL Training courses.pptx
PDF
SQL: University of Florida Libraries, Linked Data Working Group, Tech Talk 20...
PPTX
Intro sql/plsql
PDF
Sql smart reference_by_prasad
Database Systems - Introduction to SQL (Chapter 3/1)
Sql tutorial, tutorials sql
Presentation of SQL
Introduction to SQL.pptx
structures query langauge basic for learners
Structured Query Language (SQL)
What Is SQL?
Sql ch 1
tructured Query Language (SQL) is a standardized programming language
Pl sql content
Sql tutorial
1. SQL Basics - Introduction
Structured query language
Structured query language presentation.pptx
A Complete Detailed Guide On The Uses Of SQL.pdf
SQL | Computer Science
SQL Training courses.pptx
SQL: University of Florida Libraries, Linked Data Working Group, Tech Talk 20...
Intro sql/plsql
Sql smart reference_by_prasad
Ad

More from ధావన్ కుమార్ (10)

PPTX
Database Constraints on Specialization.pptx
PPTX
Sub -Query in Database management system.pptx
PPTX
Transaction Managment in database management systems.pptx
PPTX
database management system approach .pptx
PPTX
Database management system introduction.pptx
PPTX
CSS Properties and Values with responsive design
PPT
Software Engineering Process Models important
PPTX
Software Engineering for BCA second year
PPTX
E-Commerce and Web Designing BCOM second year 3rd semester students
Database Constraints on Specialization.pptx
Sub -Query in Database management system.pptx
Transaction Managment in database management systems.pptx
database management system approach .pptx
Database management system introduction.pptx
CSS Properties and Values with responsive design
Software Engineering Process Models important
Software Engineering for BCA second year
E-Commerce and Web Designing BCOM second year 3rd semester students
Ad

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PPTX
Introduction to Building Materials
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
advance database management system book.pdf
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PDF
Empowerment Technology for Senior High School Guide
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
IGGE1 Understanding the Self1234567891011
PDF
Trump Administration's workforce development strategy
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Cell Types and Its function , kingdom of life
1_English_Language_Set_2.pdf probationary
Digestion and Absorption of Carbohydrates, Proteina and Fats
Introduction to Building Materials
Supply Chain Operations Speaking Notes -ICLT Program
Paper A Mock Exam 9_ Attempt review.pdf.
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
advance database management system book.pdf
Indian roads congress 037 - 2012 Flexible pavement
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
UNIT III MENTAL HEALTH NURSING ASSESSMENT
Computing-Curriculum for Schools in Ghana
Unit 4 Skeletal System.ppt.pptxopresentatiom
Empowerment Technology for Senior High School Guide
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Complications of Minimal Access Surgery at WLH
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
IGGE1 Understanding the Self1234567891011
Trump Administration's workforce development strategy
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE

Structured query language in Database.pptx

  • 1. SQL
  • 2. Introduction • SQL stands for “Structured Query Language.” • The Structured Query Language is a relational database language. • SQL is a medium which is used to communicate to the DBMS. • SQL commands consist of English-like statements which are used to query, insert, update, and delete data • SQL is referred to as nonprocedural database language.
  • 3. • SQL can be used in two distinct ways in DBMS • Interactive SQL • Programmatic SQL
  • 4. Interactive SQL •In this method, SQL commands are directly typed at command prompt •DBMS interprets and process SQL commands and display results
  • 5. Programmatic SQL •In this type, SQL is embedded in Programming languages, like Java, Python, Cobol, Pascal, etc. •SQL needs host language, because SQL is not a complete computer programming Language.
  • 6. SQL features – SQL is a language used to interact with the database. – SQL is a data access language. – SQL is based on relational tuple calculus. – SQL is a standard relational database management language. – The first commercial DBMS that supported SQL was Oracle in 1979. – SQL is a “nonprocedural” or “declarative” language.