1. Write SQL statements to list all columns for all tables.
2. Write an SQL statement to list ItemID and ItemDescription for all items that cost $1000 or more.
3. Write an SQL statement to list ItemNumber and Description for all items that cost $1000 or more and were purchased from a vendor whose CompanyName starts with the letters New.