MySQL is a widely used Relational Database Management System (RDBMS) and it is an Open-Source software suitable for both small and large applications. It is used to store, manipulate, and retrieve data for websites, applications, and businesses and it supports SQL, the standard language for querying and managing data.
Learn how to use MySQL effectively and efficiently with courses that teach you how to design, create and query MySQL databases
Course Suitable for :
This course is suitable for candidates aspiring to be SQL developers and Support analysts, to work with large database maintenance tasks and help maintain data integrity
APPLY NOW
Online Sessions
Timing : Flexible Schedule
Certificate will be issued on successful completion of the course
Course Fee :
₹6,000/- All inclusive
Requirement :
Students Should have a laptop to attend the course
Faculty :
Industry Experienced Faculty who combines theoretical knowledge with practical experience and has done multiple projects in Database Management and Support functions
Course Content:
- Introduction to SQL
- Role of SQL in RDBMS
- Components of SQL
- Learning DDL
- CREATE, ALTER, DROP, TRUNCATE database
- Learning DML
- INSERT, UPDATE, DELETE
- Learning DCL commands
- Additional DML commands – ALTER
- Types of Constraints
- DQL – Query Language commands
- SELECT, DISTINCT, WHERE conditions
- AND, OR, NOT
- BETWEEN, IN, NOT IN
- SORTING using ORDER BY
- Grouping using GROUP BY
- LIKE and Wildcards
- Numeric, Date and String functions in SQL
- Aggregate functions in SQL
- Operations on Relations
- UNION, INTERSECTION, JOINS
- Connecting MYSQL to python program
- MYSQL Exercises