The Following Questions About The Database Using SQL Statements. For Each Question, Please Use An Alias For The Table Name And Include Your Initials As One Of The Aliases. Please Only Submit The SQL Statements For The Answers, Feel Free To Use This
What customer addresses are on a "Lane or Ln?"
What's the address to all businesses that were incorporated after Jan 1, 2000?
How many individuals were born after 1970?
What's the average available and pending balance for all accounts at each Branch? (use Group by)
Which accounts have a difference between their Available and Pending Balance?
Which employees does Paula Roberts Supervise?
How many employees work at each Branch?
Write an SQL Statement to add a new teller to Headquarters and an IT Manager to headquarters. MAke up the information for the other columns.
Write an SQL Statement to add a Database Administrator to the headquarters staff, please use your name for this statement.
/* Question 1 */ /* Question 1 */ /* Question 1 */ /* Question 2 */ /* Question 3 */ /* Question 4 */ /* Question 5 */ /* Question 6 */ /* Question 7 */ /* Question 8 */