0% found this document useful (0 votes)
92 views1 page

SQL 05 06 25

The document outlines a 5-hour training session on SQL, covering foundational concepts such as database types, MySQL installation, and table creation. It includes details on SQL commands like SELECT and INSERT, as well as operators and aggregate functions. Additionally, it addresses various clauses used in SQL queries, such as WHERE, ORDER BY, and GROUP BY.

Uploaded by

sofia gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views1 page

SQL 05 06 25

The document outlines a 5-hour training session on SQL, covering foundational concepts such as database types, MySQL installation, and table creation. It includes details on SQL commands like SELECT and INSERT, as well as operators and aggregate functions. Additionally, it addresses various clauses used in SQL queries, such as WHERE, ORDER BY, and GROUP BY.

Uploaded by

sofia gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like