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: 4.0 out of 5(170 ratings)
6,041 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
  • Schema In SQL7:01
  • Creating Databases and Tables In SQL8:00
  • Data Types In SQL14:34
  • Constraint In SQL (PART - I)4:53
  • Constraint In SQL (PART - II)6:54
  • Practical Example3:09
  • Create Table In SQL12:13
  • Insert Date Into The Table13:06
  • Delete Data and Update Data15:27
  • Drop And Alter Table In SQL8:44
  • Retrieve Data From Tables11:00

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.