Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

SQL - BATCH 6

DAY 1
SESSION BY
Sathish Chandran
6-6-22
5AM
WHY ?

WHAT ?

HOW ?

WHEN ?
Data – information
Data base – Collection of Data
DBMS – Data base Management System
RDBMS – Relational DBMS

Oracle, SQL Server,MYSQ etc


SQL

STRUCTURED QUERY LANGUAGE

EASY TO WRITE
How Data are Stored

Table
Row (or ) Records
Columns (or) Field
Basic Data Types

Number
Varchar2
Date
SQL Basic Clauses

SELECT ( columns )
FROM (tables )
WHERE ( rows )
Come on..

Lets write SQLs now


livesql.oracle.com
ASSIGNMENT

1. Show name, salary, manager id, department


id, hire date for all the employees who
belong to department id 10
2. Show only the first_name and salary whose
job is IT_PROG
3. Show all columns(data) of employees
who belong to manager 103
To Connect with me for any
Important updates

www.sathishchandran.com
https://wa.me/916380690799
https://www.linkedin.com/in/sathishchandransql
https://www.instagram.com/sathishchandran11

You might also like