INDEX OF Zeek MySQL

Spring Blog Index Page

Basic Concepts of SQL (1-3)

No
Title
Labels
Data, DataBase, DataModel Types & Infrastructure
Infrastructure for DATA MODEL Types Of Data Models What is data and database?
Concepts of DBMS,RDBMS ,SQL and DBMS vs RDBMS
DBMS vs RDBMS RDBMS and its features and SQL features What is DBMS its benefits
SQL Starting(Introduction, Data-Types,Constraints and Command-Groups)
SQL Data Types SQL Constraints SQL | DDL DML DQL DCL and TCL Commands



DDL commands in MySQL (4)

No
Title
Labels
DDL commands used in MySQL Workbench
DDL(Data Definition Language) Creating table Deleting the table Adding and Renaming Columns



DML commands in MySQL (5)

No
Title
Labels
DML commands used in MySQL WorkBench
DML(Data Manipulation Language) (Inserting/Updating/Deleting) values of data in the Table



Filtering and Agregation (6-8)

No
Title
Labels
Filtering Data by using (where , and , or , ! , > , < )
(and . or . ! . > . <) between in WHERE use
SQL Aggregation functions
Aggregation Functions( Avg / Count / Max / Min / Sum)
Filtering Max or Minimum Salary from each Department(Group By)
Max and Min from respective group Group by



Having Clause- condition on count (9)

No
Title
Labels
Having Clause(To put condition on count)
Filter the (Maximum/Minimum) Salary for department whose count is 2 or more than 2



Arranging and Sorting Table (10)

No
Title
Labels
Arranging or Sorting the table in Ascending or Descending order(Order by)
Arrange or Sort the table in Ascending or Descending order



Combining Tables in SQL ( 11- 12 )

No
Title
Labels
UNION , UNION ALL
UNION- duplicate item becomes distinct UNION ALL - duplicate stays duplicate
Combining Two Tables- JOIN ( Inner , Left and Right)
Join (Left / Right / Inner )Join

Comments

Popular posts from this blog

5 - DML commands used in MySQL WorkBench

4 - DDL commands used in MySQL Workbench