Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
99 queries to master SQL in less than 4 hours!
Rating: 4.8 out of 5(3 ratings)
37 students

99 queries to master SQL in less than 4 hours!

Come and discover in this 4-hour course how to quickly make your first queries in Transact SQL.
Last updated 6/2024
English

What you'll learn

  • Set up your environment by installing Management Studio and SQL Server.
  • Creating, deleting and modifying a database
  • Create, delete and modify a table.
  • Learning how to select data with the SELECT,Updating data with the UPDATE,Deleting data with DELETE and INSERT
  • Rename columns with aliases and Select a certain number of lines with the TOP
  • The usefulness of square brackets and comments on SQL
  • The IN, NOT IN, IS and IS NOT operators and Comparison operators = !=
  • Sort the data with the ORDER BY and Aggregate functions: MIN, MAV and AVG
  • Remove duplicates with the DISTINCT and Copying a table via SELECT INTO
  • AND and OR,BETWEEN operators and the HAVING.
  • Let's combine the data with GROUP BY and the PRINT command.
  • A long chapter on SQL joins (INNER JOIN, LEFT and RIGHT JOIN, FULL OUTER JOIN,and so on).

Course content

15 sections94 lectures5h 4m total length
  • Small explanation on the subtitles0:47

    Explain why subtitles are on by default and how to deactivate them via the hof control, noting subtitles improve video clarity and training.

  • Presentation and overview4:49

    Explore beginner-friendly SQL concepts by learning to create a database, define a table, and insert data, while understanding basic transactions. Demonstrations and exercises with end-of-module corrections reinforce the learning.

  • Definition of SQL Server2:38

    Definition of SQL Server outlines creating, modifying, and selecting data with data manipulation language, and introduces DCL for user permissions; notes it is not case sensitive.

  • Tools for working1:54

    Learn to set up SQL server developer edition and SQL server management studio, download two companion apps, install the database engine, and begin creating databases and tables.

  • Installation of SQL Server9:38

    Install sql server on a Windows 10 machine using a basic setup, accept terms, configure a new instance with a service account, and review the server options before completing.

  • Installation of Management Studio2:07

    Install and launch the management studio on Windows, download all components, and connect to the server to begin mastering SQL queries.

  • First use of Management Studio5:14

    Launch the management studio, connect to your database, and explore the left pane. Create databases and open a new query to write and execute sql.

Requirements

  • Have a strong desire to learn and a PC in great shape :)

Description

Are you a (very) big beginner on SQL, and you want to learn quickly how to make queries in TSQL?   

This course will therefore be ideal for you.

  After having installed SQL server on your computer, we will approach in this course in the order : 

  • The creation and definition of a table

  • Selecting, updating, deleting and inserting data (with SELECT, UPDATE etc...)

  • Select a certain number of lines with the TOP, remove duplicates with the DISTINCT.

  • The operators BETWEEN, AND, OR,HAVING,PRINT,GROUP BY etc...).

  • Go even further in Transact SQL with UNION and UNION ALL, TRIM/LTRIM/RTRIM and UPPER/LOWER, etc...

  • Copy a table via SELECT INTO and comparison operators = != etc...

  • Aggregate functions: MIN, MAV and AVG

  • A long chapter of 1h 30 on joins! (INNER JOIN,LEFT/RIGHT JOIN FULL OUTER JOIN etc...)


Once this course is over, believe me that you will be much more comfortable with SQL and I also made sure that the videos don't exceed 10 minutes, so that it won't be too soporific :)

Why go for SQL technology?

  1. SQL is one of the skills very actively sought after in the job market.

  2. Administering an SQL server and querying in TSQL today is ensuring you have a full time job.

  3. Moreover, SQL Server, because of its simplicity, allows you to quickly become proficient on very specific subjects. 

  4. Look at the average of my other courses (4,4/5), and you will see that my courses are quality courses :)

Who this course is for:

  • Beginners who don't know anything about SQL Server, and who want to get started.
  • Future Database Administrators (DBAs)
  • Developers who want to learn about TSQL
  • BI consultants working on technologies other than SQL Server (Oracle etc...)