Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn SQL from Basic
Rating: 3.9 out of 5(173 ratings)
6,180 students

Learn SQL from Basic

A comprehensive course to teach you how to complete SQL queries
Created byRanjit Haldar
Last updated 11/2021
English

What you'll learn

  • Introduction Database and Tables in SQL.
  • How to create, Drop and Alter table and Datebase.
  • How to Insert, delete, update data in a table.
  • How to Retrive data from a table and execute query.

Course content

1 section13 lectures1h 56m total length
  • Welcome To The Course0:42
  • Introduction To SQL10:30

    Explore structured query language and its role in accessing and manipulating databases, and learn the basics of data organization and inserting records.

  • Schema In SQL7:01

    Learn how a database schema defines the logical structure of data, including tables such as albums and artists, and how ownership and authorization control access to schema objects.

  • Creating Databases and Tables In SQL8:00

    Learn to create a database and its tables in SQL, define columns with data types, manage constraints, and use semicolons correctly, including dropping databases when needed.

  • Data Types In SQL14:34

    Learn data types in sql, covering numbers, decimals and decimal points, booleans, and date and month values; examine storage rules, default values, and the role of time stamps in records.

  • Constraint In SQL (PART - I)4:53

    Explore constraints in SQL, including default constraints and making a column mandatory to prevent invalid entries and enforce data integrity on tables.

  • Constraint In SQL (PART - II)6:54

    Learn how SQL constraints work, including unique and primary constraints, and how to define constraints within a column.

  • Practical Example3:09

    Explore a practical SQL example using an employee table with a primary key and department relationships. Learn to query salaries and managers, enforce unique phone numbers, and perform inserts.

  • Create Table In SQL12:13

    Create table in SQL by building a department and employee schema, defining fields like department id, department name, employee name, job, manager, salary, commission, email, and phone.

  • Insert Date Into The Table13:06

    Learn how to insert date into the table in SQL, verify the insertion, and check data properties to ensure accurate records.

  • Delete Data and Update Data15:27

    Learn how to delete data and update data in SQL using the primary key, and manage related department and salary records while maintaining data integrity.

  • Drop And Alter Table In SQL8:44

    Learn how to drop and alter tables in SQL, including deleting objects, adding, editing, and dropping columns, and modifying constraints to shape table structure.

  • Retrieve Data From Tables11:00

    Explore retrieving data from tables by joining department and employee data, filtering by department, and using pattern matching with underscores to find names.

Requirements

  • No Basic knoledge required. You will learn from scratch.

Description

SQL (Structured Query Language) is the language we use to interact with databases that store data. This allows us to retrieve data with ease and simplicity. In this course, you will learn how to create a database, how to add, delete and modify tables in a database, how to add data, delete data, modify data in tables. How to retrieve data based on user requirements.


If you don't know anything about databases and SQL then don't worry. You will learn from scratch in this course. After completing this you get a brief idea of how to work with databases in the professional field.


In this course we will cover the following topic:

  1. Introduction To SQL ( This part cover what is SQL, what can SQL do, what are the different subordinate language of SQL and different command in SQL )

  2. The schema in SQL ( This part cover what is schema and how to create and implement schema )

  3. How to Create Database and Tables (This part cover how to create different databases and how to create tables under a particular database)

  4. Data Types in SQL ( This part cover what are the different data types in SQL )

  5. Constraint in SQL ( This part cover what are the different constraint in SQL and how to implement them )

  6. Practical Example ( In this part we will discuss a practical example of SQL )

  7. Create Table on a SQL Server ( This lesson cover how to create tables on a SQL server )

  8. Insert Data Into the Tables (This lesson cover how to insert data in an existing table )

  9. Update and Detele Data from a Table ( This lesson cover how to modify existing data or delete existing data and what are the problem occur at that time and how to handel them )

  10. Modify and Delete Table ( This lesson cover how to change the table description and how to remove a table from the database )

  11. Retrieve Data From Table ( This lesson cover how to fetch any particular data from one or more table based on some conditions )

Who this course is for:

  • This course is for absolute beginener who want to build their carrier in database related field like database manager, database administrator, database engineer etc.