Come and challenge the Transact SQL with these 50 exercises

Come and challenge the Transact SQL with these 50 exercises

Do you know absolutely nothing about SQL Server and want to get started with this technology?

Do you want to learn how to write your very first queries in Transact SQL, through exercises?

Then this course is for you!

In this course we will cover these different chapters:

Install SQL Server and management studio on your workstation.

The creation and definition of a database

The creation and definition of a table

Select, update, delete and insert data (SELECT,INSERT,UPDATE,DELETE)

Discover the column aliases and tackle the specificity and secrets of LIKE.

Do you know the usefulness of the TOP ?

Learn how to remove duplicates with the DISTINCT and discover the Comparison operators = != and so on

Copying a table with the SELECT INTO.

Let’s talk about the IN, NOT IN, IS and IS NOT operators, and Sort your data with ORDER BY.

Discover aggregate functions with MIN MAX and AVG and the two operators AND,OR.

Let’s discover the specificities of COUNT and SUM and how to SELECT a range of data with the BETWEEN

Group several results with the GROUP BY and Let’s discover the specificities of HAVING and the PRINT.

The joins with INNER JOIN,LEFT/RIGHT JOIN FULL OUTER JOIN and so on.

Let’s discover the specificities of UNION and UNION ALL,and the LEFT and RIGHT function.

Have you heard of the CHOOSE, TRIM/LTRIM/RTIM ?

Let’s go even further with Transact SQL with the IIF,CASE WHEN,OFFSET FETCH NEXT ROWS.

Let’s look at the conversion functions through CAST and CONVERT, TRY_CAST and TRY_CONVERT, as well as TRY_PARSE and PARSE.

The creation and definition of a view.

The creation and definition of a Stored Procedure.

The creation and definition of a trigger.

Creating and defining a function.

Leave a Reply