Database Quiz Sept 7 and sql related .pptx

calvorhea 4 views 8 slides Aug 14, 2024
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

Introcuction to Database and related quiz on SQL


Slide Content

Part 1 15points.

Write True if the statement is correct. 5points. MySQL is a NoSQL database management system. DDL commands allow you to interact with the data stored in the database. SQL allows you to perform calculations on data using aggregate functions. Joins improve the speed of data retrieval. Update statement is used to add new records to a table.

Write the letter of the correct answer.

Part 2

Write the line of codes that will enable you do the following: 40points. 1. Create the table below and insert data into it. 2. Delete then record where ID is equal to 4. 3. Finally display table here Last_Name was arranged in ASC order.