SlideShare a Scribd company logo
IN
Database & SQL
manishtiwarise.blogspot.in
1
Master Class
manishtiwarise.blogspot.in
2
Presentation By
Manish Tiwari,
Assistant Professor,
Software Engineer,
Computer Science and Application
2. WhatsApp: ?
manishtiwarise.blogspot.in
3
4. Blog: manishtiwarise.blogspot.in
3. Email: tiwarikmanish@gmail.com
1. Twitter: @manishtiwarise
5. Slide Share: https://www.slideshare.net/tiwarikmanish
Find Notes at
manishtiwarise.blogspot.in
4
Today’s Agenda
1. Confusion and Clarity = Vision
2. Importance of Data
3. Why to Manage Data
4. Jobs in IT Industry
5. Database Types
6. Certification
7. How to Manage Data
manishtiwarise.blogspot.in
5
Confusion
Hkze
குழப்பம்
(dksyie)
fldkoksl
(fQfu’k)
manishtiwarise.blogspot.in
6
Clarity
स्पष्टता
Clarté
(in French)
manishtiwarise.blogspot.in
7
Vision
Success
manishtiwarise.blogspot.in
8
2. Importance of Data
Can you people draw the importance of data ?
Any two
manishtiwarise.blogspot.in
9
Teacher Says
Data = Knowledge
Few People Says
Politician Says
We could have won election if we had got correct data.
Businessman Says
We make future strategies for business on the basis of current data.
manishtiwarise.blogspot.in
10
Why to Manage Data
Data management is the process of ingesting, storing,
organizing and maintaining the data created and collected by
an organization. Effective data management is a crucial
piece of deploying the IT systems that run business
applications and provide analytical information to help drive
operational decision-making and strategic planning by
corporate executives, business managers and other end
users.
manishtiwarise.blogspot.in
11
1. SQL Developer
2. SQL Database Administrator
3. Database Tester
4. SQL Data Analyst
5. Business and Financial Data Analyst
6. SQL Data Scientist
7. Database Architect
8. Database Trainer
9. Data Modeler
Jobs in IT Industry
manishtiwarise.blogspot.in
12
1. PostgreSQL
2. Microsoft SQL Server
3. MySQL
4. SAP HANA
5. Oracle Database
Databases Types
manishtiwarise.blogspot.in
13
1. IBM Cert1ified Database Administrator – DB2
2. Microsoft SQL Server database certifications**
3. Oracle Certified Professional, MySQL
4. Database Administrator
5. Oracle Database 12c Administrator
6. SAP HANA
Certification
manishtiwarise.blogspot.in
14
Type of Data
• Unstructured Data
• Semi structured Data
• Structured Data
manishtiwarise.blogspot.in
15
How to Manage Data
manishtiwarise.blogspot.in
16
Database Management System
manishtiwarise.blogspot.in
17
SQL
(Structured Query Language)
• DDL – Data Definition Language
• DML – Data Manipulation Language
• DCL – Data Control Language
• TCL – Transaction Control Language
manishtiwarise.blogspot.in
18
SELECT - Used to retrieve and display information
1. SELECT * FROM EMP ; 2. SELECT id, name FROM EMP;
DML – Data Manipulation Language
INSERT – Enter new data into database
1. INSERT INTO emp (id,name) VALUES (108,’Ram’);
2. INSERT INTO emp (id,name) VALUES (&id, ‘&name’);
manishtiwarise.blogspot.in
19
DML – Data Manipulation Language
UPDATE – make changes in existing data .
1. UPDATE TABLE emp SET name = ‘Shyam’ WHERE id = 108;
DELETE – Remove Unwanted data from table
Delete from emp;
manishtiwarise.blogspot.in
20
DDL – Data Definition Language
CREATE – make new data base object like Table, View, Procedure, Function,
Package, Sequence etc.
DROP – Remove database object from the database
ALTER – Used to make change in existing structure of database objects
RENAME – Change the name of objects
manishtiwarise.blogspot.in
21
DCL – Data Control Language
GRANT – Used give authority access database object
REVOKE – Used to take back authority from user
manishtiwarise.blogspot.in
22
TCL – Transaction Control Language
COMMIT – Save data permanently into database
ROLLBACK – Undo the DML operation if not committed
SAVEPOINT – Undo the DMP operation up to some point
manishtiwarise.blogspot.in
23
PLSQL
( Programming Language – Structure Query Language )
manishtiwarise.blogspot.in
24
There are two of Block
1. Unnamed Block
DECLARE
programming instruction;
BEGIN
programming instruction;
EXCEPTION
programming instruction;
END; 2. Named Block
CREATE OR REPLACE PROCEDURE job_router IS
programming instruction;
BEGIN
programming instruction;
EXCEPTION
programming instruction;
END;
manishtiwarise.blogspot.in
25
1. Comments
A) Single Line Comments (--)
B) Multi Line Comments (/* */)
2. Decision Making Statement
A) IF THEN ENDIF
B) IF THEN ELSE ENDIF
C) NESTED IF;
D) ELSE IF LADDER
E ) CASE Statement
manishtiwarise.blogspot.in
26
3. Procedure, Function, Packages
4. Exception Handling – Predefined, User Defined
5. Triggers
6. Cursor
7. Query Optimization
manishtiwarise.blogspot.in
27
Interview Question
manishtiwarise.blogspot.in
28
Database with Other Front
Programming Language
1. Java
2. Python
3. .Net Framework
Thank You
Job Router and All the
participant for listening me
silently
manishtiwarise.blogspot.in
29

More Related Content

DOCX
Ict713 t320-t7-dl-20 oct2020
PPTX
Matlab Assignment Help
DOC
vish cv23022017
PPTX
دورة ادارة و حوكمة البيانات دورة ادارة وحوكمة البيانات
DOCX
Week 9.docx
PPTX
Ch1IntroductiontoDataScience.pptx
PDF
Clase_6.1_Eq7.pdf Lengua y Cultura Extranjera
Ict713 t320-t7-dl-20 oct2020
Matlab Assignment Help
vish cv23022017
دورة ادارة و حوكمة البيانات دورة ادارة وحوكمة البيانات
Week 9.docx
Ch1IntroductiontoDataScience.pptx
Clase_6.1_Eq7.pdf Lengua y Cultura Extranjera

Similar to Oracle SQL, Job Roles, Certification, DML Statement (20)

PPT
Basics of Microsoft Business Intelligence and Data Integration Techniques
PPTX
Reporting Solution for ASP.NET Application with Telerik reporting
PDF
The Problem with Data Portals - PUBLIC (FINAL).pdf
PPTX
PDF
The Problem with Data Portals: A Data Portal is just the tip of a Data Govern...
PPTX
Structure of Database MAnagement System
PDF
Big dataplatform operationalstrategy
PPTX
chapter 1 HARDWARE AND NETWORKING SERVICE.pptx
PPTX
Bank mangement system
PDF
information management
PDF
Information Retrieval And Evaluating Its Usefulness
DOC
Philip_Calmerin_Updated_CV_2016
PDF
SentricWorkforce Query Builder
PPTX
SQL commands in database management system
PPTX
Introduction Data Warehouse With BigQuery
PPTX
Best Practices with ODI : Flexibility
PPTX
Data mining and data warehousing
PDF
Meetup 20170720 microservices_data_mgmt
PPTX
CQRS introduction
PDF
04.project billing system
Basics of Microsoft Business Intelligence and Data Integration Techniques
Reporting Solution for ASP.NET Application with Telerik reporting
The Problem with Data Portals - PUBLIC (FINAL).pdf
The Problem with Data Portals: A Data Portal is just the tip of a Data Govern...
Structure of Database MAnagement System
Big dataplatform operationalstrategy
chapter 1 HARDWARE AND NETWORKING SERVICE.pptx
Bank mangement system
information management
Information Retrieval And Evaluating Its Usefulness
Philip_Calmerin_Updated_CV_2016
SentricWorkforce Query Builder
SQL commands in database management system
Introduction Data Warehouse With BigQuery
Best Practices with ODI : Flexibility
Data mining and data warehousing
Meetup 20170720 microservices_data_mgmt
CQRS introduction
04.project billing system
Ad

More from Manish Tiwari (8)

PPTX
Interview Question, Oracle PLSQL, PLSQL Developer
PPTX
Global Software Development, Work Outsourcing, Global Software Industry
PPTX
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
PPTX
Java Program Structure
PPTX
Java Interface
PPTX
Java Array String
PPTX
Java Inheritance
PDF
1 blogging manish_tiwari
Interview Question, Oracle PLSQL, PLSQL Developer
Global Software Development, Work Outsourcing, Global Software Industry
Wavelet, Wavelet Image Compression, STW, SPIHT, MATLAB
Java Program Structure
Java Interface
Java Array String
Java Inheritance
1 blogging manish_tiwari
Ad

Recently uploaded (20)

PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
01-Introduction-to-Information-Management.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Lesson notes of climatology university.
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Pre independence Education in Inndia.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
RMMM.pdf make it easy to upload and study
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Supply Chain Operations Speaking Notes -ICLT Program
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
01-Introduction-to-Information-Management.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
O7-L3 Supply Chain Operations - ICLT Program
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
VCE English Exam - Section C Student Revision Booklet
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
Lesson notes of climatology university.
GDM (1) (1).pptx small presentation for students
Pre independence Education in Inndia.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharma ospi slides which help in ospi learning
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Renaissance Architecture: A Journey from Faith to Humanism
RMMM.pdf make it easy to upload and study
Module 4: Burden of Disease Tutorial Slides S2 2025

Oracle SQL, Job Roles, Certification, DML Statement