One Pager Cheat Sheet
- You should create projects that demonstrate your ability to use
SQLand create complex database schemas in order to prove your knowledge and skills and get the most out of your practice. - This project creates a database of college or school data, capturing pertinent info for
StudentsandTeachers, as well as course data, and enablesquerying of this data to access useful information. - This database can be used to
store detailsabout bicycles, users and rentals, and to query for example about bikes rented in the past 3 days or bikes rented from one location and returned to another. - This hospital management database project can allow you to
queryrecords and data of patients, doctors, and rooms, as well as have modules and data for hospital departments, specialist doctors, treatments, etc. - This project is a simple database that holds information related to
Comicentities, includingComic name,year,category,character Id,date of purchase, andgifted byproperties, and can be used to answer queries such asFind all the Superman comics released in 1998andFind all the Batman comics gifted by Anne. - A
databaseshould be created torecorduser data and product data such as specs, name, color, brand, and price to allowqueriesto be made for products such as Samsung phones under $799 and phones with 6-inch screens released after 2019, as illustrated in the ER diagram.


