Save on skills. Reach your goals from $11.99

SQL complete Bootcamp From Basics to Advanced,Sql interview

Category:

Description

What you’ll learn

  • Learns how to install mysql workbench
  • Learns how to work with mysql commands
  • Learns how data is stored and modified in SQL
  • Will provide complete knowledge on all database objects of sql
  • Data analytics, Data engineering, Data science, Database development

Why SQL

 

Store large number of records

Share huge data set among many people

Add and edit data easily

Quick and easy to find information

 

RDBMS TERMINOLOGY

 

Column   as Attribute

Row as Entity Instance

Table as Entity

AlternateKey as UniqueKey

 

 

RELATIONSHIPS Cardinality

90% of the tables in database will be linked with another tables.

10%of the tables will be independent.

There are three types of relationships between tables

one to one

one to many

many to many

 

Tables can have a single / multiple relationships or may not have relationships.

 

Structured data – 2 dimensional data Rows,Columns

 

PrimaryKey in one table will be given as ForiegnKey in another table to build relationship.

 

DATA MODELING

RDBMS

PrimaryKey & ForiegnKey with relationship between them.

1 to 1 – any PrimaryKey can become ForiegnKey

 

1 to many employees in a department

PK of parent table will be FK in child table

 

Department table Deptid(PK),DeptName,

Employees Table  Empid,EmpName,DeptId(FK)

 

many to many(students and teachers,patients & doctors,Hospital & Doctors)(TeacherId,TeacherName)(StudentId,StudentName,TeacherId)

New table will be created and extra column will be added(Bridge Table)

 

Patient Table(PatientNo(PK),PatientName,Adress),

Doctors Table(DoctorNo(PK),Name,Qualification,Salary, DateOfJoining, DateOfResigning)

Patient Doctor Table()

 

SDLC-Software Development Life Cycle

 

Requirement

Analysis & Design

Development

Testing

Release

 

Domain expert(SRS documentation)

Architect

SQL developers

Testers

Deployers(TL/Manager)

 

 

ERD(Entity Relationship Diagram)

Peter Chan-Used to design Database

 

Referential Integrity

SQL server performs existence check when we create relationship.

 

SELF REFERENTIAL TABLES

A table which has both PrimaryKey and ForiegnKey in it & ForiegnKey refering the primary key in the same table.

 

You are going to learn

commands (DDL,DML,DQL,DCL,TCL)

datatypes

constraints

 

CONSTRAINS

 

Null

Default

PrimaryKey

UniqueKey

ForiegnKey

Check

Auto Increment

 

views

operators

query writing

joins

sub query

derived table

Views

Indexes

Stored Procedures

Triggers

Functions

Cursors

Who this course is for:

  • Beginner who is planning to learn mysql completely
  • SQL for professional learners and working professionals and developers

Course content

  • Introduction3 lectures • 1hr 22min
  • Introduction
  • Commands and Data Types3 lectures • 1hr 59min
  • Commands and Data Types
  • Constraints2 lectures • 1hr 27min
  • Constraints
  • Query Writing1 lecture • 56min
  • Query Writing
  • Sample tables1 lecture • 40min
  • Sample tables
  • Joins in SQL2 lectures • 1hr 31min
  • Joins in SQL
  • Sub Query1 lecture • 33min
  • Sub Query
  • Derived Table1 lecture • 40min
  • Derived Table
  • Views1 lecture • 40min
  • Views
  • Stored Procedures3 lectures • 2hr 6min
  • Stored Procedures

Reviews

There are no reviews yet.

Be the first to review “SQL complete Bootcamp From Basics to Advanced,Sql interview”

Your email address will not be published. Required fields are marked *