• Post category:StudyBullet-3
  • Reading time:6 mins read


Learn how to interact with Databases using SQL Language

What you will learn

Understand the terminologies of DB, DBMS, RDBMS, SQL

Understand how to query a database using SQL Statements

Analyse the case studies and write SQL Statements for the given question

Knowing the features of the SQL

Description

Welcome to my course on SQL For Beginners. It is very essential to know and understand the importance and implementation of database systems in the real world. To interact with a lot of DBMS Softwares available out there, SQL becomes the most wanted language. SQL stands for Structured Query Language which interprets the data in forms of tabular structures. This short term course will give you a good understanding on

1. Fundamentals of Relational Database Management Systems.

2. Procedure to write SQL Statements for any given case study.

After completing this course, you’ll be able to perform case studies, form the database and write SQL Queries for the same.

The topics that will be covered in this course are:

1. DDL Statements

2. DML Statements

3. Types of Constraints in SQL

4. Datatypes in Oracle SQL

5. Primary, Foreign Keys

6. Select Statement

7. Select Distinct


Get Instant Notification of New Courses on our Telegram channel.


8. Where clause

9. Group By clause

10. Order By clause

11. Having clause

12. Aggregate functions

13. Different types of joins in SQL – Inner, Left, Right, Full

14. Sub Queries

And so on.

I will follow a step by step procedure in my pedagogy which will greatly gain you the momentum which accelerates your pace to complete this course at the earliest. Furthermore, None of the Technical Interviews will go without SQL. So, The concepts you learn will gain not only the knowledge but also boosts your confidence levels.

English
language

Content

Introduction
Introduction to SQL, RDBMS
Types of SQL Statements – DDL Statements
Other types of SQL Statements
DDL Statements
Datatypes in Oracle SQL
Create Table in SQL
Constraints in SQL – Unique, Not Null, Check
Primary and Foreign Key Constraints in SQL
Alter table in SQL
How to use Oracle Live SQL
DML Statements
Insert into Statement
Introduction to Select Statement
SQL Select Distinct
SQL Where Clause
Case Study 1
DML Statements – Part 2
SQL Order By Statement
SQL Update
SQL Aggregate Functions
The Concept of Pattern Matching – SQL Wildcards
Case Study 2 – Pattern Matching
SQL Group By Statement
SQL Having Statement
Example – Using Having and Where Clause in SQL
SQL Joins
Types of Joins in SQL
Inner Join in SQL
Left Join in SQL
Right Join in SQL
Full Outer Join in SQL
Subqueries and Final Case Study
SQL Subqueries
Final Case Study – Test your skills!