You are on page 1of 6

SNO Date

1 8/16/2021
2 8/17/2021
3 8/18/2021
4 8/19/2021
5 8/20/2021
6 8/21/2021
7 8/24/2021
8 8/25/2021
9 8/26/2021
10 8/27/2021
11 8/28/2021
12 8/30/2021
13 8/31/2021
14 9/1/2021
15 9/2/2021
16 9/3/2021
17 9/4/2021
18 9/6/2021
19 9/7/2021
20 9/8/2021
21 9/9/2021
22 9/11/2021
23 9/13/2021
24 9/14/2021
25 9/15/2021
26 9/16/2021
27 9/17/2021
28 9/18/2021
29 9/20/2021
30 9/21/2021
31 9/22/2021
32 9/23/2021
33 9/24/2021
34 9/25/2021
35 9/27/2021
36 9/28/2021
37 9/29/2021
38 9/30/2021
39 10/1/2021
40 10/2/2021
41 10/4/2021
42 10/5/2021
43 10/6/2021
44 10/7/2021
45 10/8/2021
46 10/9/2021
47 10/11/2021
48 10/12/2021
49 10/13/2021
50 10/14/2021
51 10/16/2021
52 10/18/2021
53 10/19/2021
54 10/20/2021
55 10/21/2021
56 10/22/2021
57 10/23/2021
58 10/25/2021
59 10/26/2021
60 10/27/2021
61 10/28/2021
62 10/29/2021
63 10/30/2021
Topic Covered

Fundamentals Introduction

T-SQL(Transact-SQL), Data Types in SQlSERVER-(CHAR, Integer, Float,Currency,Date&Time,Binary)


Data Types in SQL Server
SP_HELP,INSERT,SELECT, Operators in SQL Server-(Arithmetic, Relational,Logical,Special)
Where Clause, Condition and Compund Condition
Where Clause with Compund Condition, IN and BETWEEN Operator
LIKE, IS, ALIAS Operator
OrderBy() Clause
DISTINCT , TOP Clause, DML Commands-Update
DELETE Command,DDL Commands, DDL Commands-ALTER, DROP
DROP, TRUNCATE, SP_RENAME
IDENTITY
Types of Functions:DATE,STRING,MATHEMATICAL,CONVERSION,SPECIAL,ANALYTICAL,AGGREGATE
DATE functions - GETDATE(),DATEPART(),DATENAME(),DATEDIFF(),DATEADD(),EOMONTH()
STRING function - UPPER(),LOWER(),LEN(),LEFT(),RIGHT(),SUBSTRING(),CHARINDEX(),REPLICATE(),REPLACE(),TRANSLATE()
STRING function,Mathematical Functions-ABS(),POWER(),SQRT(),SQUARE(),SIGN(),ROUND(),CEILING(),FLOOR()
Mathematical Functions,Conversion Function-CAST(),CONVERT()
Special Functions - ISNULL(), Analytical Functions-RANK(),DENSE_RANK()
Partition By Clause, Row_Number()
Aggregate Functions - MAX(),MIN(),SUM(),AVG(),COUNT(),STRING_AVG(),CASE
Group By() Clause
Group By() Clause, where (vs) Having
Rool up, CUBE, Grouping_ID
Integrity Constraint-Not Null,UNIQUE,Primary Key
Integrity Constraint- CHECK, Foreign Key
Primary/Foreign Key Contuniation
composit Key, Adding Constraints to existing table
DELETE RULES, Update Rules
JOINS: INNER JOIN(EQUI JOIN)
OUTER (Left Join,Right Join,Full Join)
Non Equi join and self join
Cross join, Sub Queries
Sub Queries
Sub Queries
Sub Queries
Pivot , UnPivot Operator

DB Sequirty-Logins,User,Privileges
VIEWS
VIEWS,SEQUENCES
Index-simple and composit index
Compsit index,Cluster Index
Merge command
ui

,
SNO SNAME SUBJECT MARKS
1A MAT 80
1A PHY 90
1A CHE 70
2B MAT 60
2B PHY 80
2B CHE 70

You might also like