05-06-2025
SQL
--------------------------------------- 5Hrs
Introduction to SQLCV 1
• Foundations of SQL
• What is database?
• Types of Databases 2 First Table Creation
• Installation of MySQL • Database Structure
• What is Table?
Viewing Data 3 • Create first database
• SQL Datatypes • Create first table
• Types of SQL Commands
• Database related queries
• SELECT Command
• INSERT Command
• Keys
• Constraints 4 Operators in SQL
• SELECT Command in Details • Comparison Operators
• Where Clause • Logical Operators
• Operators • Arithmetic Operators
• Limit Clause • String Operators
• Order by Clause
Aggregate Functions 5
• Sum
• Min
• Max
• Avg 6 Different Clauses
• Count • Group By Clause
•