Lab_1_Jada Akins

.pdf

School

University of Indianapolis *

*We aren’t endorsed by this school

Course

663

Subject

Computer Science

Date

Apr 3, 2024

Type

pdf

Pages

4

Uploaded by akins6312

Report
DBST663 Homework Assignment #1: Questions. Please answer the following questions. 1. (60%) Now you have the following 6 SQL questions. You have to build your query and take a screenshots of the query result: a. Query all owners in the Lab1_Owners Table b. Query all SalesOffices in CA SELECT * FROM lab1_salesoffice where location = 'CA'
c. Query all properties in DC SELECT * FROM lab1_properties where state = 'DC' d. Query all properties along with the sales manager responsible for the SalesOffice that sold the Properties SELECT * FROM lab1_properties left join lab1_salesoffice on lab1_salesoffice.office_manager=lab1_salesoffice.office_manager
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help