Course Language
Urdu
Course Description
SQL is used everywhere Almost all of the biggest names in tech use SQL. Uber, Netflix, Airbnb — the list goes on. Even within companies like Facebook, Google, and Amazon, which have built their own high-performance database systems, data teams use SQL to query data and perform analysis. Everything uses SQL or a derivative of SQL. It’s in high demand because so many companies use it. SQL is still the most popular language for data work in 2021. In this course we will start with installation of workbench and Xampp and basics of MYSQL. What is DBMS and how we can create database and its table after that we will discuss datatypes and functions of MySQL. We will also discuss insert, update, delete and fetch query in this course. After that we will discuss that how nested queries work and how we can fetch data from more than two tables. How we can modify database and its tables. How to add relation between these tables using primary and foreign key. All these topics we will cover in this course with implementation.
Course Goals
The goal of this course is to learn about the fundamentals of relational DBMS i.e. how to Design relational databases, use a relational database, build a relational database, be able to create, access, and manipulate a database through SQL and from an application. Also to make concepts of normalization clear in order to build a good relational schema. To make students efficient enough to understand the problems and make out a relational database for the problem situation.
Audience
Anyone with an interest to start a career in databases as
- Data analyst
- Business analyst
- System analyst
- Data engineer
- Data Scientist
- Database developer
- Database administrator
- Full stack developer
Topics Covered
- Overview of MYSQL
- MYSQL client and Server model
- MYSQL Command line tool
- MYSQL workbench
- Data Types
- Functions
- Basic Queries
- Complex Queries
- Union & joins
- Subqueries
- Create Database & Tables RDBMS
- Modifying Tables & Database
- Securing Database
- Backup Database & Trouble shooting in database
Requirements
No Pre-requisites required. You just have basic knowledge of database.
Instructor
He also runs a YouTube channel here
His GitHub repository is located here