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

1734503702-Modular SQL Data Collection (Secondary) Toc

The document is a comprehensive guide on Database Management Systems (DBMS) and MySQL, covering topics such as database concepts, SQL commands, and MySQL functionalities. It includes sections on handling records, advanced features, and practical exercises like test sheets and project work. Additionally, it provides a glossary for terminology related to the subject matter.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

1734503702-Modular SQL Data Collection (Secondary) Toc

The document is a comprehensive guide on Database Management Systems (DBMS) and MySQL, covering topics such as database concepts, SQL commands, and MySQL functionalities. It includes sections on handling records, advanced features, and practical exercises like test sheets and project work. Additionally, it provides a glossary for terminology related to the subject matter.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CONTENTS

01 Introduction to DBMS 7
Understanding Database and DBMS What is a Relational Database?
Keys Understanding SQL

Different Types of Commands in SQL

02 Introduction to MySQL 13
Installing MySQL Data Types in MySQL
Creating a Database Creating a Table

Modifying a Type Deleting a Table

03 Handling Records in MySQL 22


Inserting Records in a Table Retrieving Records from a Table
Updating Records in a Table Deleting Records from a Table

Using DISTINCT Clause Using Operators

Test Sheet-1 31

04 More on MySQL 33
Aliasing Performing Calculations in Queries

Using Group By Using Order By

Function

05 Advanced Features of MySQL 43


Subqueries Joins

Views Index

Test Sheet-2 53
Project Work 55
OGO Cyber Sample Questions 58
Glossary 60

(vi)

You might also like