INDEX OF Zeek MySQL
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
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
Comments
Post a Comment