SQL Masterclass: SQL for Data Analytics
- Offered byUDEMY
SQL Masterclass: SQL for Data Analytics at UDEMY Overview
Duration | 8 hours |
Total fee | ₹525 |
Mode of learning | Online |
Difficulty level | Beginner |
Credential | Certificate |
SQL Masterclass: SQL for Data Analytics at UDEMY Highlights
- Student will get the Certificate Of Completion
- This course covers covers basics, advanced SQL statements, PostgreSQL, mySQL, interview tips and performance tuning tips as well
- This is a complete tutorial on SQL which can be completed within a weekend.
- You can also take quizzes to check your understanding of concepts.
- Full lifetime access
SQL Masterclass: SQL for Data Analytics at UDEMY Course details
- For Working Professionals beginning their Data journey or Anyone interested in learning about basic to advanced SQL topics for SQL Database
- Knowledge of all the essential SQL commands
- Become proficient in SQL tools like GROUP BY, JOINS and Subqueries
- Become competent in using sorting and filtering commands in SQL
- Master SQL's most popular string, mathematical and date-time functions
- Enhance the performance of your Database by using Views and Indexes
- Increase your efficiency by learning the best practices while writing SQL queries
- Relevant theoretical concepts also covered so that you excel in BI Job interviews and Vivas
- Solid understanding of SQL
- SQL is the most sought after skill for Data analysis roles in all the companies. PostgreSQL, mySQL are highly desired skills for database management and data analysis roles.
- Each section contains a practice assignment for you to practically implement your learning. Solution to Assignment is also shared so that you can review your performance.
- It is the most universal and common used database language
- It powers the most commonly used database engines like PostgreSQL, SQL Server, SQLite, and MySQL
SQL Masterclass: SQL for Data Analytics at UDEMY Curriculum
MODULE:1 Installation And Getting Started
This is a milestone!
Installing and setting up PostgreSQL
MODULE:2 Case Study Demo
Part 1
Part 2
MODULE:3 Fundamental SQL Statement
Exercise 1: Create DB and Table
Solutions to all Exercises
INSERT
Import data from File
Exercise 2: Inserting and Importing
SELECT statement
SELECT DISTINCT
WHERE
Logical Operators
Exercise 3: SELECT & WHERE
UPDATE
DELETE
ALTER
Exercise 4: Updating Table
Fundamental SQL statements
MODULE:4 Restore And Back-up
Debugging restoration issues
Creating DB using CSV files
Debugging summary and Code for CSV files
Exercise 5: Restore and Back-up
MODULE:5 Selection Commands: Filtering
IN
BETWEEN
LIKE
Exercise 6: In, Like & Between
MODULE:6 Selection Commands: Ordering
Side Lecture: Commenting in SQL
ORDER BY
LIMIT
Exercise 7: Sorting
MODULE:7 Alias
AS
MODULE:8 Aggregate Commands
COUNT
SUM
AVERAGE
MIN & MAX
Exercise 8: Aggregate functions
MODULE:9 Group By Commands
GROUP BY
HAVING
Exercise 9: Group By