You are on page 1of 5

Info@monstercourses.

com

www.monstercourses.com

SQL

SQL
1. Introduction to DB Concepts i. Disadvantages of File Processing System

ii. Advantages of Data Base Management System iii. Data Base Management System Terminology iv. How these are related to SQL v. What is SQL and T-SQL 1. Getting Started with SQL a. Different Types of Commands in SQL vi. Data Definition Language Commands CREATE COMMAND INSERT COMMAND ALTER COMMAND TRUNCATE COMMAND DROP COMMAND vii. Data Manipulation Commands INSERT COMMAND DELETE COMMAND UPDATE COMMAND viii. Data Control Language Commands GRANRT COMMAND REVOKE COMMAND ix. Data Retrieval Commands

www.monstercourses.com

Info@monstercourses.com

www.monstercourses.com

SQL SELECT COMMAND WHERE CLAUSE GROUP BY CLAUSE HAVING CLAUSE ORDER BY CLAUSE x. Transaction Control Language Commands COMMIT COMMAND ROLLBACK COMMAND SAVE POINT COMMAND xi. Examples for all the above categories of commands b. xii. xiii. xiv. xv. Data Types used in SQL Numeric Data Types Character or Text Data Types Date and Time related Data Types Miscellaneous Data Types 1. Operators in SQL a. b. i. ii. iii. iv. What is an Operator Different Categories of Operators Arithmetic Operators Relational Operators Logical Operators Miscellaneous Operators 1. Functions in SQL

www.monstercourses.com

Info@monstercourses.com

www.monstercourses.com

SQL a. What are different categories of functions in SQL b. c. d. xvi. xvii. What is a Scalar Function? What is an Aggregate Function? Different predefined Scalar functions available in SQL Numeric Functions String Functions

xviii. Date Time functions xix. e. Miscellaneous Functions Different predefined Aggregate Functions in SQL 1. CONSTRAINTS in SQL 1. What is a Constraint and its advantages 2. Types of Constraints xx. Predefined Constraints xxi. User Defined Constraints 1. More of predefined Constraints xxii. PRIMARY KEY CONSTRAINT

xxiii. FOREIGN KEY CONSTRAINT xxiv. CHECK CONSTRAINT xxv. NOT NULL CONSTRAINT

xxvi. UNIQUE CONSTRAINT 1. What is a User Defined Constraint? 1. JOINS in SQL a. b. What is a JOIN and what is its necessity Types of JOINS
www.monstercourses.com

Info@monstercourses.com

www.monstercourses.com

SQL xxvii. xxviii. xxix. xxx.

INNER JOIN NATURAL JOIN OUTER JOIN : LEFT OUTER , RIGHT OUTER CARTESIAN JOIN

1. SET Operators xxxi. xxxii. xxxiii. UNION UNION ALL INTERSECT

1. SUB QUERIES 2. VIEWS in SQL a. b. What is a view and its advantages Types of Views 1. INDEXES a. b. What is an Index and its advantages Types of Indexes CLUSTERED INDEX NON CLUSTERED INDEX

xxxiv. xxxv. T-SQL:

1. T-SQL a. What is T-SQL?

b. What we can do with T-SQL? 1. Different Programming Constructs in T-SQL a. Conditional Statements: IF Statements
www.monstercourses.com

xxxvi.

Info@monstercourses.com

www.monstercourses.com

SQL xxxvii. xxxviii. xxxix. b. xl.

IF ELSE Statements NESTED IF ELSE Statements Switch or Case Statements

Looping Statements FOR / WHILE Statements for Looping 1. Stored Procedures and Functions

a. b. c. d.

What is a Stored Procedure How to write and execute a Stored Procedure What is an user defined function How to write and execute a Function

e. Differences between Stored Procedures and Functions 1. Error Handling in T-SQL a. Use of TRY CATCH Statements in SP and Functions to Handle Errors 1. Cursors a. b. What is a Cursor and its advantages Different types of Cursors and its usage 1. Triggers a. b. c. What is a Trigger and its advantages Different Types of Triggers How to write and make the Triggers to fire Automatically

www.monstercourses.com

You might also like