T-SQL Fundamentals with SQL Server Training Course Certificate for...
Add to LinkedIn
Certificate ID:
735115
Authentication Code:
6dee5
Certified Person Name:
Flavia Mokoena
Trainer Name:
Philip Isham
Duration Days:
2
Duration Hours:
14
Course Name:
T-SQL Fundamentals with SQL Server Training Course
Course Date:
11 September 2023 09:00 to 12 September 2023 16:30
Course Outline:
Course Outline:
- What is the meaning of Databases. Comparison of RDBMS and DBMS
- Different RDBMS available in the market.
- What is SQL Server? Working with SQL Server Management Studio
- Working with sublanguages like DDL, DML, DAL.
- Creation of Tables, data types, Constraints and their definition.
- Using Insert, Delete and Update statements.
- Using Select Query and its various operators.
- Use of Null, Not Null, And, OR, Between, Exists, Order by, Group by, Having clause
- What are inbuilt functions? Math, String and Datetime functions.
- Working with Views. How they are used for data access.
- Working with Joins. Joins types and getting data from multiple tables.
- Working with Sub Queries. What is a correlated subquery. Difference between Sub Query and Joins.
- What are Common Table Expressions. Using Recursive Common Table expressions.