SQL Training From Vinod
SQL Training From Vinod
Database, Create table,identity in SQL, top clause, drop table, Insert, and Update command
Different data types, Delete Truncate
SQL Joins, Group By, Aggregate functions,Having Clause
default keyword and check constraint
Difference between
a) Where and having clause b) Primary key and unique key, c) Union and Union all
cross join example, what is DDL and DML, What is COALESCE in SQL Server?
How to check null value, Floor and sign functions, case when(some idea),
exporting data to excel, and loading data from excel, Schema
Stored Procedures, Advantages of stored procedures, execution plan , network traffic, code reusability, SQL
Injection(Overview)
Input and output parameters, What is CTE(Overview), Temporary Tables, Cursors, Merge