
Install SQL Server Management Studio, download components, and connect to the server. The beginner session guides you through selecting the right version and completing the setup.
Launch SQL Server Management Studio, connect to a database, explore with Object Explorer, create a database, and run a new query to practice basic SQL.
Understand how a database organizes data by storing and retrieving information, and why centralizing scattered data into a single database makes querying easier and reduces obsolete data.
Learn to rename a database and drop a database in SQL Server 2022 using T-SQL and graphical tools.
Tackle a database exercise in SQL Server 2022 for complete beginners. Work through questions about creating exercises, renaming them to exercise two, and proceed after this exercise.
Create a database named exercise, execute the query, and refresh to verify; then rename to exercise, alter the name, and drop the database.
Explore the basics of databases and tables in a database management system, including rows and columns, column naming, and how to create tables with the simple create table syntax.
Learn to use the current database and create a two-column table with proper syntax, including commas and parentheses, in this SQL Server 2022 beginner demonstration.
Learn how to modify and delete a table in SQL Server 2022, including renaming a table, dropping it, and refreshing to confirm the change.
Correct the exercise by presenting the solution, apply the proper sql syntax, write the query, create and drop the table, and verify results with a refresh.
We have inserted data, we have data on the table, now we have to select them and sometimes we can even filter the data.
In this demo, we are going to discover the SELECT, which will allow us to bring back and filter the data in the table we have created before.
We have inserted the data, selected them, filtered them with the WHERE clause, now, we are going to update data.
Updating data on SQL is launched with a simple UPDATE.
Learn how to update two columns in a single statement in SQL Server 2022, using comma-separated assignments to change nicknames and first names, with date updates as needed.
Begin with exercise 1 in SQL Server 2022 for complete beginners to practice entering your name and an age of four numbers, then follow prompts to answer the first question.
Practice exercise 2 guides beginners in SQL Server 2022 to set five values with corresponding ages, including 18, 16, 17, 23, and 22.
Engage in exercise 5 to practice with a table, focusing on naming choices and resolving the final question in this beginner SQL Server 2022 module.
Practice correction exercise 1 guides students through creating a student record, correcting the first name and the name, and refreshing the table to verify corrections.
Practice correcting an insert into a student table, focusing on column order. Insert five rows with the first name Quidam and the corresponding age to demonstrate the process.
Work through correction exercise 4 to explore how data and digital-age concepts apply to SQL Server 2022 for complete beginners.
Explore building and querying a database in SQL Server 2022, inserting and filtering data, and advancing queries with transactions, distinct, select into, and order by.
Explore how to create column aliases in SQL Server 2022, using the as syntax to rename fields like name to nickname and run a live demo from select statements.
Explore how the like operator refines filters with pattern matching and wildcards, using practical examples on names and birth dates, plus a wizard for combining characters to target searches.
This demo explains the usefulness of the TOP clause in SQL Server 2022, showing how to retrieve the first N rows (1, 5, 100, 1000) and perform simple row operations.
Explore SQL comparison operators, including =, !=, <, <=, >, and >=, through hands-on demo queries that filter ages, count rows, and compare different syntax forms.
Explore how to use the IN, NOT IN, IS, and IS NOT operators in SQL Server 2022, with hands-on queries filtering by name and date of birth.
Demonstrates copying a table with select into, duplicating the main table or subsets of data, and creating a backup before changes. Shows filter-driven copies using where clauses for specific rows.
Begin the exercise by answering the first question: remove duplicates in the age field, and learn by doing to improve quickly without cheating.
Exercise 10 in SQL Server 2022 for complete beginners presents two different ways to achieve equal outcomes, applying beginner-friendly practice to SQL tasks.
Retrieve the first seven rows from a table in SQL Server 2022 with exercise 13 DEC, helping complete beginners practice basic querying.
Explore exercise 16 and examine how others think about the movement function within this SQL Server 2022 for complete beginners course.
Explore the second part of Transact-SQL basics, introducing aggregate functions like max and average, and demonstrating filtering data with where and having clauses.
Demonstrate the and and or operators in SQL Server 2022, showing how to filter with where clauses using multiple conditions and examples on birth month, age, and gender.
Learn how to sort data with order by in sql server 2022, using ascending and descending orders on numbers, dates, and text, and note that ascending applies automatically by default.
Discover how to use min, max, and avg aggregate functions in SQL Server 2022, with examples calculating youngest and oldest ages and overall average.
Master the between operator to select data ranges in SQL queries. See examples such as ages between 16 and 33 and birth years between 1976 and 1983.
Explore how the SQL Server print statement outputs messages to the client and helps track progress during large batch updates, with a practical demonstration.
This course also takes the new SQL Server version 2022 (new features such as GREATEST, LEAST, WINDOWS, STRING_SPLIT, DATE_BUCKET and GENERATE_SERIES are discussed)
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, 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 HAVING and the PRINT.
The joins with INNER JOIN,LEFT/RIGHT JOIN FULL OUTER JOIN and so on
Let's go even further with Transact SQL with the IIF,CASE WHEN,SUBSTRING, OFFSET FETCH NEXT ROWS.
Have you heard of the CHOOSE, TRIM/LTRIM/RTIM or COALLESCE function?
Let's discover the specificities of UNION and UNION ALL, and the LEFT and RIGHT function.
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.
This course includes more than 50 questions !
This course is 7 hours of demo and 30 minutes of theory. Theory is in the classroom, not in this course :)
Why should I use SQL technology?
SQL is one of the most actively sought-after skills on the job market.
Administering an SQL server and querying in TSQL today is a full-time job.
Furthermore, SQL Server, because of its simplicity, allows you to quickly become competent in very specific subjects.
Once this course is over, believe me that you will be much more comfortable with the SQL language.
I also made sure that the videos don't exceed 10 minutes, so it won't be too soporific :)