You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Find the phone number for the supplier with the id 11
-- List first 10 orders placed, sorted descending by the order date
-- Find all customers that live in London, Madrid, or Brazil
-- Add a customer record for "The Shire", the contact name is "Bilbo Baggins" the address is -"1 Hobbit-Hole" in "Bag End", postal code "111" and the country is "Middle Earth"
-- Update Bilbo Baggins record so that the postal code changes to "11122"
-- (Stretch) Find a query to discover how many different cities are stored in the Customers table. Repeats should not be double counted
-- (Stretch) Find all suppliers who have names longer than 20 characters. You can use `length(SupplierName)` to get the length of the name