Browse Source

oef1

master
willy vervest 2 years ago
parent
commit
ccdfca87a3
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Exer_1.sql

+ 3
- 0
Exer_1.sql View File

@@ -0,0 +1,3 @@
SELECT vendor_name, vendor_contact_last_name, vendor_contact_first_name
FROM vendors
ORDER BY vendor_name, vendor_contact_first_name ASC;

Loading…
Cancel
Save