Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ERD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added creation.sql
Empty file.
5 changes: 5 additions & 0 deletions delete.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
USE lab_mysql;

DELETE FROM cars
WHERE id = 4
AND vin = 'DAM41UDN3CHU2WVF6';
4 changes: 4 additions & 0 deletions final_query_output.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
invoice_num,cust_name,salesperson,manufacturer,model,year
INV-0001,"(no customer)","Bob Jones",Honda,Civic,2020
INV-0002,"(no customer)","Eva Lee",Mercedes,E350,2018
INV-0003,"(no customer)","Carlos Perez",Honda,Civic,2020
Loading