/*
01) Summarize all orders on the
Sales.Orders table
for CUNY
Fiscal year 2015 (July 1, 2014 through June 30, 215)
using only
the columns (orderdate and freight)
*/
/*
02) Find all of the tables in the database whose schema name
is in the following list
('HR','Person','Production','Sales’)
Projected by
FullyQualifiedTableName and the column count within the table
*/