Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn SQL in an hour
Rating: 4.3 out of 5(16 ratings)
44 students

Learn SQL in an hour

Learn how to write SQL queries from basics to advanced
Created byTushar Bhalla
Last updated 8/2020
English
English [Auto],

What you'll learn

  • SQL Basics as well as advanced topics
  • SQL Datatypes
  • SQL Operators
  • SQL Tables and Joins
  • CRUD Operations on SQL Tables
  • SQL Functions
  • SQL Important Keywords/Statements
  • Dynamic Query
  • Temporary Tables
  • Temporary Variables
  • Stored Procedure
  • Triggers

Course content

1 section16 lectures1h 5m total length
  • Introduction1:30

    Explore the basics and advanced concepts of SQL, including data types, variables, joins, CRUD operations, functions, dynamic temporary tables and variables, and stored procedures and triggers.

  • What is SQL ?1:23

    Learn that sql, the structured query language, is used to query, insert, and delete data in relational databases of tables with rows and columns, and to analyze data with functions.

  • SQL Datatypes6:39

    Explore sql data types by defining a column for every field when creating a table, with examples from a sales table using integer, string, decimal, and date types.

  • SQL Tables and relations4:51

    Create and relate two SQL tables, customers and sales, using a primary key and a foreign key on customer_id, then define columns and constraints.

  • CRUD Operations on SQL Tables4:16

    Learn to perform create, read, update, and delete operations on SQL tables by adding a new email column, updating specific records, inserting new rows, and deleting rows.

  • SQL Joins - 11:21

    Explore the four SQL joins—inner, left, right, and full outer—showing how each join combines two tables on a condition and handles matching or nonmatching rows.

  • SQL Joins - 23:55

    Learn how to apply inner, left, right, and outer joins in SQL by joining sales and customer tables on customer_id, and see how matches affect results.

  • SQL Operators - 13:14

    Learn SQL operators, including arithmetic, comparison, and logical operators, and use like, between, and where clauses to filter and query data.

  • SQL Operators - 24:11

    Learn to apply sql operators: equals, in, like, greater than, not equal to, and between, to filter a real estate analytics table by city, square footage, and zip codes.

  • SQL Functions - 12:25

    Explore built-in and user-defined SQL functions to perform string, numeric, and date operations, including lower/upper, trim, substring, length, absolute value, date arithmetic, casting, and if function.

  • SQL Functions - 26:52

    Apply SQL functions such as lower, length, and date extraction; sort, top n rows, group by city, and compute max, average, and is null checks to analyze a retail database.

  • SQL Important Statements/Keywords9:15

    Explore essential SQL statements and keywords, including case for multiple conditions, subqueries, unions, and distinct. Learn cloning with into and operations like truncate, drop, and if exists.

  • Dynamic Query and Temporary Variables3:43

    Declare dynamic sql and temporary variables to fetch data from sales and customer databases, then union results from corresponding tables to display combined data.

  • Temporary Tables5:17

    Create temporary tables and common expressions to perform on-the-fly calculations inside stored procedures, merge multiple columns into a single address field, and query or delete the results.

  • Stored Procedure3:26

    Learn how to create and execute a stored procedure with an address parameter, build a temporary table, perform calculations, and retrieve sales price by address.

  • Triggers3:24

    Explore triggers in sql, including dma and ddl triggers, and learn to create after triggers that alert admins on inserts.

Requirements

  • No Basic Requirements. All you need is a SQL workbench (MySQL, Microsoft SQL Server, SQL Lite, etc.) installed on your machine. I will also guide you how to install the SQL workbench on your local computer..

Description

Learn SQL in an hour:

  • Are you a fresh Data / business analyst who wants to learn a new skill ?

  • Are you thinking about entering into Analytics / Data Science world ?

  • Do you want to become a professional Software / Web Application Developer and increase your income Exponentially ?

  • Are you a University Student Working Towards a Computer Science or Information Technology Degree ?

Then, this is the right place for you. I have been working for SQL for more than 5 years now and currently working as a data engineer. This course will give you an understanding of how powerful SQL is and will make you knowledgeable enough to start writing SQL queries, apply functions, create stored procedures, do complex calculations, etc.

After learning this course, you will be ready to perform the duties of a SQL developer as well as a data analyst who analyzes large amount of data within Milliseconds.

Who this course is for:

  • Beginner Data Science Students
  • Data / Business Analysts
  • Business and IT students who want to work with data
  • Anyone who wants to become a business analyst or data visualization analyst
  • Data Visualization Analysts