You are on page 1of 12

SQL Tutorial

SQL

Copyright IntelliPaat. All rights reserved


Agenda

1 What Is a Database?

Types of Database
2
Architecture

3 Introduction to SQL

Copyright IntelliPaat. All rights reserved


What Is a Database?

An organized collection of data stored in an electronic format

Access Data

Manipulate Data

Data Database

Update Data

Copyright IntelliPaat. All rights reserved


Database Management System

DBMS is a system software for creating and managing databases.

Database DBMS

Copyright IntelliPaat. All rights reserved


Types of Database Architecture

File Server Client Server

Copyright IntelliPaat. All rights reserved


File Server Architecture

Files Local System

Copyright IntelliPaat. All rights reserved


File Server Architecture

Changes in Do Not
Original File Copy the Original Reflect in
File the Copy

Copyright IntelliPaat. All rights reserved


File Server Architecture

Server/Local File System

Copyright IntelliPaat. All rights reserved


Client Server Architecture

Copyright IntelliPaat. All rights reserved


Introduction to SQL

SQL stands for Structured Query Language which is a standard language for accessing and
manipulating databases.

Copyright IntelliPaat. All rights reserved


Categories of SQL Commands

Data Data
Data Query Data Control
Definition Manipulation
Language Language
Language Language

Create Table Insert


Grant
Select Alter Table Update
Revoke
Drop Table Delete

Copyright IntelliPaat. All rights reserved


Thank You

Copyright IntelliPaat. All rights reserved

You might also like