You are on page 1of 2

Databases and Entity Relations Day1

o What is database
o What relational database
o What is SQL and what is it used for?
o How to create database in sql
o Altering Database
o Deleting Database

Table Day 1
o What is table in sql
o Types of table in sql
o What is temporary table in sql
o Types of temporary table in sql
o What is local temporary table in sql
o What is global temporary table in sql
o Create table in sql
o Alter table in sql
o Delete table in sql
o drop table in sql
o truncate table in sql
o Difference between delete and truncate
o Constraints

Views Day 1
o What is view in sql
o How to create view in sql
o Advantage of view in sql
o Difference between table and view in sql

SQL Query Day 2


o SQL – Insert Query
o SQL – Select Query
o SQL – Where Clause
o SQL – AND OR Clauses
o SQL – Update Query
o SQL – Delete Query
o SQL – Like Clause
o SQL – Top Clause
o SQL – Order By
o SQL – Group By
o SQL – Distinct Keyword
o SQL – Sorting Results
o SQL – Sub Query
o Difference between Query and Sub Query
o SQL – Union
o SQL – Union All

SQL Joins Day 2


o INNER JOIN
o LEFT JOIN
o RIGHT JOIN
o FULL JOIN
o CROSS JOIN
o SELF JOIN

PL/SQL Tutorial Day 3


o PL/SQL – Overview
o PL/SQL – Environment
o PL/SQL – Basic Syntax
o PL/SQL – Data Types
o PL/SQL – Variables
o PL/SQL – Constants and Literals
o PL/SQL – Operators
o PL/SQL – Conditions
o PL/SQL – Loops
o PL/SQL – Strings
o PL/SQL – Arrays
o PL/SQL – Stored Procedures
o PL/SQL – Functions
o PL/SQL – Cursors
o PL/SQL – Statements
o PL/SQL – Records
o PL/SQL – Exceptions
o PL/SQL – Triggers
o PL/SQL – Packages
o PL/SQL – Collections
o PL/SQL – Transactions
o PL/SQL – Date & Time

You might also like