Skip to content

Sydneigh/SQL-Querying-and-managing-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

SQL: Querying and managing data

Marvel Characters

This project required me to create a database, insert data and categorise it using MIN, AVG, MAX, COUNT Functions and CASE Statement. I decided to do a database about 26 marvel characters, including name, weight, durability and fighting skills of the characters. The below picture is the creation of the database schema and the insertion of rows.

1

Then I used MAX, MIN and AVG functions.

3

Next step was to view all the data in a user friendly table using MAX, MIN and AVG functions.

2

Finally I was required to demonstrate the CASE statement on my database. The CASE statement went through conditions and returned a value when the first condition was met.

4

5

About

SQL: Querying and managing data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages