0% found this document useful (0 votes)
31 views3 pages

SQL Server Basic For Develoloper

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views3 pages

SQL Server Basic For Develoloper

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

SQL SERVER BASIC DEVELOPERS COURSE CONTENT

1 .O B J E C T I V E S
▪ Introduce participants to SQL Server and basic T - SQL features.

2 .E N T R Y PR O F I LE & PR E -R E Q U I S I TE S K I L L - S E T S
▪ New to SQL Server.
▪ Basic Knowledge on tools storing data like excels.

3 .M E TH O D O LO G Y
▪ Theory sessions followed demo.
Note: - Software requirements and installation document will be given after
confirmation of the program

4 .D U R A T I O N & T I M I NG S
▪ Duration: 22 hrs
▪ Suggested Timings: 7:30 AM to 8:30 AM

5 .B R O A D CO V E R A G E
▪ SQL Server Logical Architecture - 1 hr
→ Server Instance
→ Server Objects
→ Database Objects
→ Authentication

Plot No:51/52, Sri Sai Nikethan Apartments, 2nd Floor, Flat No:205, A S Raju Nagar,
Kukatpally, Near South-India Shopping Mall, Hyderabad, Telangana, India Pin: 500072
▪ Table design - 3 hrs
→ Data Types
→ Keys
→ Check constraints

▪ T-SQL basics and DML - 2 hrs


→ Understanding SQL terminology and syntax needed for query
→ Creating new Database
→ Creating new tables and records
→ Inserting and updating data
→ Deleting data

▪ SQL Queries Basics - 3 hrs


→ Writing basic SQL queries - Select clause, From clause.
→ Sorting and filtering raw data
→ Grouping and Aggregating data

▪ SQL Server Joins - 3 hrs


→ Accessing related tables with JOIN
→ Cross Join
→ Inner join
→ Outer join
→ Full Join

Plot No:51/52, Sri Sai Nikethan Apartments, 2nd Floor, Flat No:205, A S Raju Nagar,
Kukatpally, Near South-India Shopping Mall, Hyderabad, Telangana, India Pin: 500072
▪ SQL Server Sub Queries - 2hrs
→ Writing Sub Queries
→ Derived tables
→ From clause
→ Correlated Subqueries

▪ T-SQL Syntax, Stored Procedure, Cursors and Functions - 5 hrs


→ Variables - User and system
→ Structure If..then …else, looping
→ Stored procedure - In-Parameter, Out-Parameter and Return-Type, creating and
calling stored procedure.
→ Cursors - Server side. Static, Dynamic and Keyset driven
→ Functions - Scalar and table valued functions

▪ Triggers and Views - 3 hrs


→ DML Triggers - Insert Update and delete - Post trigger and instead of trigger
→ Creating Views - Need for views and creating views
→ Indexed views

------------------------------------------------- End of the Doc-------------------------

Plot No:51/52, Sri Sai Nikethan Apartments, 2nd Floor, Flat No:205, A S Raju Nagar,
Kukatpally, Near South-India Shopping Mall, Hyderabad, Telangana, India Pin: 500072

You might also like