SlideShare a Scribd company logo
Introduction to Structured
Query Language (SQL)
Introduction
• SQL functions fit into two broad categories:
• Data definition language
• SQL includes commands to create
• Database objects such as tables, indexes, and views
• Commands to define access rights to those database objects
• Data manipulation language
• Includes commands to insert, update, delete, and retrieve
data within the database tables
Introduction
• SQL is relatively easy to learn
• Basic command set has a vocabulary of less than
100 words
• Nonprocedural language
• American National Standards Institute (ANSI)
prescribes a standard SQL
• Several SQL dialects exist

More Related Content

PPTX
1607090348- lec-10-dbms-vs-file-pro.pptx
PPTX
DATA MANIPULATION LANGUAGE (DML) OF BASE TABLES AND VIEWS.pptx
PPTX
STUDENTS DATABASE PRACTICAL MANUAL.pptx
PPTX
Different types of Machine learning careers.pptx
PPTX
Why is the machine learning important.pptx
PPTX
Representing Binary Logistic Regression Model.pptx
PPTX
Introduction to Logical Regression.pptx
PDF
TENTATIVE DATE SHEET FOR DECEMBER 2024 _16.07.2024_ IGNOU.pdf
1607090348- lec-10-dbms-vs-file-pro.pptx
DATA MANIPULATION LANGUAGE (DML) OF BASE TABLES AND VIEWS.pptx
STUDENTS DATABASE PRACTICAL MANUAL.pptx
Different types of Machine learning careers.pptx
Why is the machine learning important.pptx
Representing Binary Logistic Regression Model.pptx
Introduction to Logical Regression.pptx
TENTATIVE DATE SHEET FOR DECEMBER 2024 _16.07.2024_ IGNOU.pdf

Recently uploaded (20)

PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Presentation on HIE in infants and its manifestations
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Cell Structure & Organelles in detailed.
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Institutional Correction lecture only . . .
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Cell Types and Its function , kingdom of life
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Presentation on HIE in infants and its manifestations
Microbial disease of the cardiovascular and lymphatic systems
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Computing-Curriculum for Schools in Ghana
Cell Structure & Organelles in detailed.
STATICS OF THE RIGID BODIES Hibbelers.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
2.FourierTransform-ShortQuestionswithAnswers.pdf
Institutional Correction lecture only . . .
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Final Presentation General Medicine 03-08-2024.pptx
VCE English Exam - Section C Student Revision Booklet
Cell Types and Its function , kingdom of life
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Ad
Ad

Introduction to Structured Query Language (SQL).pptx

  • 2. Introduction • SQL functions fit into two broad categories: • Data definition language • SQL includes commands to create • Database objects such as tables, indexes, and views • Commands to define access rights to those database objects • Data manipulation language • Includes commands to insert, update, delete, and retrieve data within the database tables
  • 3. Introduction • SQL is relatively easy to learn • Basic command set has a vocabulary of less than 100 words • Nonprocedural language • American National Standards Institute (ANSI) prescribes a standard SQL • Several SQL dialects exist