
Welcome to the course on SQL made simple, where you learn to make simple queries to a database with practical guidance.
Install and launch SQL Server Management Studio, complete a new installation of SQL Server 2014, connect using Windows authentication, and note Adventure Works will be installed in the next lecture.
Download and install Adventure Works 2014, copy the files to a folder, restore the database in SQL Server Express, and prepare Adventure Works 2014 for future queries.
Understand what SQL stands for, structured query language, and how it retrieves, inserts, and updates data in a database using statements and clauses, producing results in rows and columns.
Explore how databases organize data into tables and columns, with rows storing data within those tables, illustrated by the Adventure Books 2014 database and the human resources job candidate table.
Learn to write a basic select statement using the asterisk for all columns, from the human resources employee table, and execute the query to view results.
Learn to select only the needed columns in SQL by listing column names, such as login id and job title, from the human_resources_employee table, using drag-and-drop and avoiding the asterisk.
Learn to select the top 50 * from a table in the query editor to retrieve the first 50 rows of all columns, then execute and review the results.
Select the top 50 rows from two chosen columns, such as job title and gender, from the human resources employee table, and execute the query to view the results.
Learn to rename a column in a select statement using the as alias, replacing 'job title' with 'position' via square brackets, and execute the query to view the updated output.
Learn how to write SQL comments with /* ... */ and --, annotate queries, and see how comments are ignored during execution and in the output.
Explore how to use the where clause in a select query to filter results by a numeric threshold, focusing on line total values greater than 100 in sales order details.
Demonstrate using the where clause with the equals operator to filter rows by a specific product_id, showing only values where product_id equals 7 7 6.
Apply the where clause with = and > to filter rows using the product idea equals 7 7 7 and line total greater than 200.
Apply the where clause with = and < using or to retrieve rows where either product ideas equals 709 or line total is less than 200.
Apply the between operator in the where clause to filter sales data where the business entity id is between 275 and 280, illustrating conditional and unconditional queries.
Learn to filter results with the where clause using the like operator and % wildcards to find rows where the name column contains the word manager, regardless of case.
Learn how to use the where clause to filter out null values in SQL queries, using is not null on address line 2 to return only rows with data.
Apply the where clause with is null in SQL to return rows with no values in a column, demonstrated through simple steps.
Learn to use the order by clause by sorting results by the column's position, using order by 1 for transaction_id, and confirming ascending order produces the same output.
Learn how to use the order by clause by aliasing transaction id as t i d and ordering by that alias in descending order.
Learn to combine where and order by clauses in a single SQL query, selecting from a table, filtering rows with a where condition and sorting by subtotal in ascending order.
Learns about the select statement, where clause with operators, and the order by clause, and demonstrates combining where with the all due by clause in a single query.
From the creator of SAP LSMW Made Simple, comes another introductory course. Follow the instructor as he shows you step-by-step on how to properly execute queries in a database using SQL. This course assumes you have no prior knowledge of SQL.
The lectures are organized in an 'easy-to-learn' format so as to make learning fun. It is important that you go through the lectures in the sequence given, i.e. from the very first lecture to the last one. Additionally, in this course, the instructor will teach by writing over the screen. This simulates what you might have experienced in a traditional classroom setting.
The instructor recommends that you view each lecture in its entirety first. Immediately after watching each lecture, practice in the database - using the same example used in that lecture - to 'lock-in' the new material. To facilitate this, you will be shown where to download and more importantly, how to install both the SQL Server and the Database. (Both are free.)
Not decided yet?
Then read the 5-star rated reviews from our enrolled students :
This course is definitely the best start for a beginner, everything explained in plain language. Thumbs up – Alao Oluwatosin Samuel
This is the best SQL course I ever attended as a beginner. Thanks a million - Nsikak Edet
Well-structured course, simple explanations, achieve the proposed - Marco Silva
It was very much easier and I have learnt a lot from. Thanks. Much appreciated - Tumoitsile Segomotso
It was so easy to understand. I had tried to learn basic but didn't understand - Mah M
The course was presented in small steps which made it easier to absorb the material - Trish Donaldson
Still unsure? Read on.
Once you have completed this course, you will acquire not only a taste and appreciation of the potential of SQL. You will also be more than ready to properly execute queries in a database.
Sign up today!
Disclaimer: We are not associated or affiliated with Microsoft in any way. For details regarding Microsoft and/or its products, you may contact them directly.