SlideShare a Scribd company logo
1 of 21
TRAINING
IN AMBALA
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Today’s Topics
 What is SQL?
 What Does SQL Do?
 What is Database?
 What is Relational Database?
 SQL Commands
 SQL Join Queries
 About Us
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
What is SQL ?
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
SQL(Structure Query Language) is a
programming language used for
manipulating and managing data in
a relational database such as
Microsoft Access, MySQL, Oracle.
What Does SQL Do ?
SQL interacts with data in tables by:
• Inserting data
• Querying data
• Updating data
• Deleting data
• Creating Schemas
• Controlling Access
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
What is Database ?
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
A Database is a organized collection of data. The
data is typically organized to model relevant
aspect of reality(for example, the availability of
room in hotels), in a way
that supports processes
requiring this information
(For example, finding a
hotel with vacancies).
What is Relational Database ?
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
A Database in which the data are structured in a
table format consisting of rows and columns. It is
a digital Database whose organization is based
on the relational model of
data.
SQL Commands
SQL commands are used for creating databases,
tables, storing, retrieving, modifying, and
deleting data from that tables and to perform
many more operations.
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Types of
SQL
Commands
DDL
DML
DCL
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
DDL
• CREATE
• ALTER
• DROP
• TRUNCATE
• COMMENT
• RENAME
DML
• SELECT
• INSERT
• UPDATE
• DELETE
• MERGE
• CALL
• LOCK TABLE
DCL
• GRANT
• REVOKE
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
SQL Join Queries
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
SQL Joins
Outer
Join
Left Join Right Join
Inner Join
Full Join
SQL joins are used to
query data from two or
more tables, based on
relationship between
certain columns in these
tables.
Inner Join
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
INNER JOIN
The INNER JOIN keyword returns rows when
there is at least one match in both tables.
Syntax:
SELECT column_name(s)
FROM table_name1
INNER JOIN table_name2
ON table_name1.column_name
=table_name2.column_name
Outer Join
The OUTER JOIN clause differs from the INNER JOIN in
that rows are returned even when there are no matches
through the JOIN criteria on the second table.
Difference Explained:
Assuming you’re joining on columns with no duplicates,
which is by far the most common case:
 An inner join of A and B gives the result of A intersect
B, i.e. the inner part of a venn diagram intersection.
 An Outer join A and B gives the results of A union B, i.e.
the outer parts of a venn diagram union.
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Left Join
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
LEFT JOIN
The LEFT JOIN keyword returns all rows from
the left table(table_name1), even if there are
no matches in the right table(table_name2)
Syntax:
SELECT column_name(s)
FROM table_name1
LEFT JOIN table_name2
ON table_name1.column_name
=table_name2.column_name
Right Join
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
RIGHT JOIN
The RIGHT JOIN keyword Return all rows from
the right table(table_name2),even if there are no
matches in the left table(table_name1)
Syntax:
SELECT column_name(s)
FROM table_name1
RIGHT JOIN table_name2
ON table_name1.column_name=
table_name2.column_name
Full Join
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
FULL JOIN
The FULL JOIN keyword return rows when
there is a match in one of the tables.
Syntax:
SELECT column_name(s)
FROM table_name1
FULL JOIN table_name2
ON table_name1.column_name
=table_name2.column_name
About Us
 Batra Computer Centre is not too old, but the
glorious five years are the best with good
response from our students and clients.
 The Centre offer Training and Coaching in various
computer software Courses. And the credit
directly goes to our teachers, because they are
the one who make the students satisfied with
their experience. it’s true that the experience of
the person speaks about his/her capability.
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
BATRA COMPUTER CENTRE
SCO 15, Dayal Bagh,
Near Hanuman Mandir,
Ambala Cantt.
Phn No.: 9729666670,0171-4000670
Email: info.jatinbatra@gmail.com
Website: www.batracomputercentre.com
Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com
BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com

More Related Content

Similar to SQL Training In Ambala ! Batra Computer Centre

Computer Training In Ambala! Batra Computer Centre
Computer  Training In Ambala! Batra Computer CentreComputer  Training In Ambala! Batra Computer Centre
Computer Training In Ambala! Batra Computer Centrejatin batra
 
Dreamweaver Training Institute in Ambala ! Batra Computer Centre
Dreamweaver Training Institute in Ambala ! Batra Computer CentreDreamweaver Training Institute in Ambala ! Batra Computer Centre
Dreamweaver Training Institute in Ambala ! Batra Computer Centrejatin batra
 
6 Month Basic Computer Training in Ambala ! Batra Computer Centre
6 Month Basic Computer Training in Ambala ! Batra Computer Centre6 Month Basic Computer Training in Ambala ! Batra Computer Centre
6 Month Basic Computer Training in Ambala ! Batra Computer Centrejatin batra
 
Web Designing Training in Ambala ! Batra Computer Centre
Web Designing Training in Ambala ! Batra Computer CentreWeb Designing Training in Ambala ! Batra Computer Centre
Web Designing Training in Ambala ! Batra Computer Centrejatin batra
 
SQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRESQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Necessary Evils, Building Optimized CRUD Procedures
Necessary Evils, Building Optimized CRUD ProceduresNecessary Evils, Building Optimized CRUD Procedures
Necessary Evils, Building Optimized CRUD ProceduresJason Strate
 
Basic Computer Training in Ambala! BATRA COMPUTER CENTRE
Basic Computer Training in Ambala! BATRA COMPUTER CENTREBasic Computer Training in Ambala! BATRA COMPUTER CENTRE
Basic Computer Training in Ambala! BATRA COMPUTER CENTREjatin batra
 
Uncovering SQL Server query problems with execution plans - Tony Davis
Uncovering SQL Server query problems with execution plans - Tony DavisUncovering SQL Server query problems with execution plans - Tony Davis
Uncovering SQL Server query problems with execution plans - Tony DavisRed Gate Software
 
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTREMs Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019Vlad Mihalcea
 
Social Engine Optimization Training in Ambala ! Batra Computer Centre
Social Engine Optimization Training in Ambala ! Batra Computer CentreSocial Engine Optimization Training in Ambala ! Batra Computer Centre
Social Engine Optimization Training in Ambala ! Batra Computer Centrejatin batra
 
Please accept this assignment if youre good in SQL!Task.docx
Please accept this assignment if youre good in SQL!Task.docxPlease accept this assignment if youre good in SQL!Task.docx
Please accept this assignment if youre good in SQL!Task.docxneedhamserena
 
6 Month Training of HTML in Ambala ! Batra Computer Centre
6 Month Training of HTML in Ambala ! Batra Computer Centre6 Month Training of HTML in Ambala ! Batra Computer Centre
6 Month Training of HTML in Ambala ! Batra Computer Centrejatin batra
 
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer CentreHTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centrejatin batra
 
HTML Training In Ambala! BATRA COMPUTER CENTRE
HTML Training In Ambala! BATRA COMPUTER CENTREHTML Training In Ambala! BATRA COMPUTER CENTRE
HTML Training In Ambala! BATRA COMPUTER CENTREjatin batra
 
Ms Word Training in Ambala ! Batra Computer Centre
Ms Word Training in Ambala ! Batra Computer CentreMs Word Training in Ambala ! Batra Computer Centre
Ms Word Training in Ambala ! Batra Computer Centrejatin batra
 
Diva10
Diva10Diva10
Diva10diva23
 
Learning Hub in Ambala ! Batra Computer Centre
Learning Hub in Ambala ! Batra Computer CentreLearning Hub in Ambala ! Batra Computer Centre
Learning Hub in Ambala ! Batra Computer Centrejatin batra
 

Similar to SQL Training In Ambala ! Batra Computer Centre (20)

Computer Training In Ambala! Batra Computer Centre
Computer  Training In Ambala! Batra Computer CentreComputer  Training In Ambala! Batra Computer Centre
Computer Training In Ambala! Batra Computer Centre
 
Dreamweaver Training Institute in Ambala ! Batra Computer Centre
Dreamweaver Training Institute in Ambala ! Batra Computer CentreDreamweaver Training Institute in Ambala ! Batra Computer Centre
Dreamweaver Training Institute in Ambala ! Batra Computer Centre
 
6 Month Basic Computer Training in Ambala ! Batra Computer Centre
6 Month Basic Computer Training in Ambala ! Batra Computer Centre6 Month Basic Computer Training in Ambala ! Batra Computer Centre
6 Month Basic Computer Training in Ambala ! Batra Computer Centre
 
Web Designing Training in Ambala ! Batra Computer Centre
Web Designing Training in Ambala ! Batra Computer CentreWeb Designing Training in Ambala ! Batra Computer Centre
Web Designing Training in Ambala ! Batra Computer Centre
 
SQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRESQL Training in Ambala ! BATRA COMPUTER CENTRE
SQL Training in Ambala ! BATRA COMPUTER CENTRE
 
Necessary Evils, Building Optimized CRUD Procedures
Necessary Evils, Building Optimized CRUD ProceduresNecessary Evils, Building Optimized CRUD Procedures
Necessary Evils, Building Optimized CRUD Procedures
 
Basic Computer Training in Ambala! BATRA COMPUTER CENTRE
Basic Computer Training in Ambala! BATRA COMPUTER CENTREBasic Computer Training in Ambala! BATRA COMPUTER CENTRE
Basic Computer Training in Ambala! BATRA COMPUTER CENTRE
 
Uncovering SQL Server query problems with execution plans - Tony Davis
Uncovering SQL Server query problems with execution plans - Tony DavisUncovering SQL Server query problems with execution plans - Tony Davis
Uncovering SQL Server query problems with execution plans - Tony Davis
 
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTREMs Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
Ms Office 2010 Training in Ambala ! BATRA COMPUTER CENTRE
 
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 
Merge In Sql 2008
Merge In Sql 2008Merge In Sql 2008
Merge In Sql 2008
 
Social Engine Optimization Training in Ambala ! Batra Computer Centre
Social Engine Optimization Training in Ambala ! Batra Computer CentreSocial Engine Optimization Training in Ambala ! Batra Computer Centre
Social Engine Optimization Training in Ambala ! Batra Computer Centre
 
Please accept this assignment if youre good in SQL!Task.docx
Please accept this assignment if youre good in SQL!Task.docxPlease accept this assignment if youre good in SQL!Task.docx
Please accept this assignment if youre good in SQL!Task.docx
 
6 Month Training of HTML in Ambala ! Batra Computer Centre
6 Month Training of HTML in Ambala ! Batra Computer Centre6 Month Training of HTML in Ambala ! Batra Computer Centre
6 Month Training of HTML in Ambala ! Batra Computer Centre
 
zekeLabs sql-slides
zekeLabs sql-slideszekeLabs sql-slides
zekeLabs sql-slides
 
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer CentreHTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
HTML, CSS And JavaScript Training Institute in Ambala ! Batra Computer Centre
 
HTML Training In Ambala! BATRA COMPUTER CENTRE
HTML Training In Ambala! BATRA COMPUTER CENTREHTML Training In Ambala! BATRA COMPUTER CENTRE
HTML Training In Ambala! BATRA COMPUTER CENTRE
 
Ms Word Training in Ambala ! Batra Computer Centre
Ms Word Training in Ambala ! Batra Computer CentreMs Word Training in Ambala ! Batra Computer Centre
Ms Word Training in Ambala ! Batra Computer Centre
 
Diva10
Diva10Diva10
Diva10
 
Learning Hub in Ambala ! Batra Computer Centre
Learning Hub in Ambala ! Batra Computer CentreLearning Hub in Ambala ! Batra Computer Centre
Learning Hub in Ambala ! Batra Computer Centre
 

More from jatin batra

Best SMO Training &Coaching in Ambala
Best SMO Training &Coaching in AmbalaBest SMO Training &Coaching in Ambala
Best SMO Training &Coaching in Ambalajatin batra
 
Best HTML Training &Coaching in Ambala
Best HTML Training &Coaching in AmbalaBest HTML Training &Coaching in Ambala
Best HTML Training &Coaching in Ambalajatin batra
 
Best SEO Training & Coaching in Ambala
Best SEO Training & Coaching in AmbalaBest SEO Training & Coaching in Ambala
Best SEO Training & Coaching in Ambalajatin batra
 
Best Photoshop Training in Ambala
 Best Photoshop Training  in Ambala Best Photoshop Training  in Ambala
Best Photoshop Training in Ambalajatin batra
 
Best C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in AmbalaBest C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in Ambalajatin batra
 
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTTBASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTTjatin batra
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centrejatin batra
 
Search Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer CentreSearch Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer Centrejatin batra
 
Networking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer CentreNetworking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer Centrejatin batra
 
Networking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRENetworking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTREjatin batra
 
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRECorel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTREjatin batra
 
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTREBasic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTREjatin batra
 
HTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer CentreHTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer Centrejatin batra
 
Benefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer CentreBenefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer Centrejatin batra
 
SEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer CentreSEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer Centrejatin batra
 
Internet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer CentreInternet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer Centrejatin batra
 
Basic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer CentreBasic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer Centrejatin batra
 
Web Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer CentreWeb Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer Centrejatin batra
 
PHP Training In Ambala ! Batra Computer Centre
PHP Training In Ambala ! Batra Computer CentrePHP Training In Ambala ! Batra Computer Centre
PHP Training In Ambala ! Batra Computer Centrejatin batra
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centrejatin batra
 

More from jatin batra (20)

Best SMO Training &Coaching in Ambala
Best SMO Training &Coaching in AmbalaBest SMO Training &Coaching in Ambala
Best SMO Training &Coaching in Ambala
 
Best HTML Training &Coaching in Ambala
Best HTML Training &Coaching in AmbalaBest HTML Training &Coaching in Ambala
Best HTML Training &Coaching in Ambala
 
Best SEO Training & Coaching in Ambala
Best SEO Training & Coaching in AmbalaBest SEO Training & Coaching in Ambala
Best SEO Training & Coaching in Ambala
 
Best Photoshop Training in Ambala
 Best Photoshop Training  in Ambala Best Photoshop Training  in Ambala
Best Photoshop Training in Ambala
 
Best C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in AmbalaBest C Programming Training & Coaching in Ambala
Best C Programming Training & Coaching in Ambala
 
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTTBASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
BASIC COMPUTER TRAINING & COACHING CENTRE IN AMBALA CANTT
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centre
 
Search Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer CentreSearch Engine Training in Ambala ! Batra Computer Centre
Search Engine Training in Ambala ! Batra Computer Centre
 
Networking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer CentreNetworking Training in Ambala ! Batra Computer Centre
Networking Training in Ambala ! Batra Computer Centre
 
Networking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRENetworking ! BATRA COMPUTER CENTRE
Networking ! BATRA COMPUTER CENTRE
 
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRECorel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
Corel Draw Training Institute in Ambala ! BATRA COMPUTER CENTRE
 
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTREBasic Computer Training Institute ! BATRA COMPUTER CENTRE
Basic Computer Training Institute ! BATRA COMPUTER CENTRE
 
HTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer CentreHTML Training Institute in Ambala ! Batra Computer Centre
HTML Training Institute in Ambala ! Batra Computer Centre
 
Benefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer CentreBenefits of Web Browser ! Batra Computer Centre
Benefits of Web Browser ! Batra Computer Centre
 
SEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer CentreSEO Training in Ambala ! Batra Computer Centre
SEO Training in Ambala ! Batra Computer Centre
 
Internet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer CentreInternet Training Centre in Ambala ! Batra Computer Centre
Internet Training Centre in Ambala ! Batra Computer Centre
 
Basic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer CentreBasic Computer Training Centre in Ambala ! Batra Computer Centre
Basic Computer Training Centre in Ambala ! Batra Computer Centre
 
Web Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer CentreWeb Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer Centre
 
PHP Training In Ambala ! Batra Computer Centre
PHP Training In Ambala ! Batra Computer CentrePHP Training In Ambala ! Batra Computer Centre
PHP Training In Ambala ! Batra Computer Centre
 
Web Browser ! Batra Computer Centre
Web Browser ! Batra Computer CentreWeb Browser ! Batra Computer Centre
Web Browser ! Batra Computer Centre
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

SQL Training In Ambala ! Batra Computer Centre

  • 1. TRAINING IN AMBALA Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 2. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 3. Today’s Topics  What is SQL?  What Does SQL Do?  What is Database?  What is Relational Database?  SQL Commands  SQL Join Queries  About Us Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 4. What is SQL ? Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com SQL(Structure Query Language) is a programming language used for manipulating and managing data in a relational database such as Microsoft Access, MySQL, Oracle.
  • 5. What Does SQL Do ? SQL interacts with data in tables by: • Inserting data • Querying data • Updating data • Deleting data • Creating Schemas • Controlling Access Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 6. What is Database ? Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com A Database is a organized collection of data. The data is typically organized to model relevant aspect of reality(for example, the availability of room in hotels), in a way that supports processes requiring this information (For example, finding a hotel with vacancies).
  • 7. What is Relational Database ? Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com A Database in which the data are structured in a table format consisting of rows and columns. It is a digital Database whose organization is based on the relational model of data.
  • 8. SQL Commands SQL commands are used for creating databases, tables, storing, retrieving, modifying, and deleting data from that tables and to perform many more operations. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com Types of SQL Commands DDL DML DCL
  • 9. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com DDL • CREATE • ALTER • DROP • TRUNCATE • COMMENT • RENAME DML • SELECT • INSERT • UPDATE • DELETE • MERGE • CALL • LOCK TABLE DCL • GRANT • REVOKE
  • 10. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 11. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 12. SQL Join Queries Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com SQL Joins Outer Join Left Join Right Join Inner Join Full Join SQL joins are used to query data from two or more tables, based on relationship between certain columns in these tables.
  • 13. Inner Join Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com INNER JOIN The INNER JOIN keyword returns rows when there is at least one match in both tables. Syntax: SELECT column_name(s) FROM table_name1 INNER JOIN table_name2 ON table_name1.column_name =table_name2.column_name
  • 14. Outer Join The OUTER JOIN clause differs from the INNER JOIN in that rows are returned even when there are no matches through the JOIN criteria on the second table. Difference Explained: Assuming you’re joining on columns with no duplicates, which is by far the most common case:  An inner join of A and B gives the result of A intersect B, i.e. the inner part of a venn diagram intersection.  An Outer join A and B gives the results of A union B, i.e. the outer parts of a venn diagram union. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 15. Left Join Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com LEFT JOIN The LEFT JOIN keyword returns all rows from the left table(table_name1), even if there are no matches in the right table(table_name2) Syntax: SELECT column_name(s) FROM table_name1 LEFT JOIN table_name2 ON table_name1.column_name =table_name2.column_name
  • 16. Right Join Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com RIGHT JOIN The RIGHT JOIN keyword Return all rows from the right table(table_name2),even if there are no matches in the left table(table_name1) Syntax: SELECT column_name(s) FROM table_name1 RIGHT JOIN table_name2 ON table_name1.column_name= table_name2.column_name
  • 17. Full Join Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com FULL JOIN The FULL JOIN keyword return rows when there is a match in one of the tables. Syntax: SELECT column_name(s) FROM table_name1 FULL JOIN table_name2 ON table_name1.column_name =table_name2.column_name
  • 18. About Us  Batra Computer Centre is not too old, but the glorious five years are the best with good response from our students and clients.  The Centre offer Training and Coaching in various computer software Courses. And the credit directly goes to our teachers, because they are the one who make the students satisfied with their experience. it’s true that the experience of the person speaks about his/her capability. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 19. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com
  • 20. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com BATRA COMPUTER CENTRE SCO 15, Dayal Bagh, Near Hanuman Mandir, Ambala Cantt. Phn No.: 9729666670,0171-4000670 Email: info.jatinbatra@gmail.com Website: www.batracomputercentre.com
  • 21. Ph. No. :9729666670,4000670 Website: www.batracomputercentre.com BATRA COMPUTER CENTRE Email: info.jatinbatra@gmail.com