Using the schema below, create an SQL query for the following: Select the make_n
ID: 3807673 • Letter: U
Question
Using the schema below, create an SQL query for the following:
Select the make_name, model_name and incentive amount for all vehicles with a dealer type incentive
Model PK model id model name first production year Make PK make id make name Country Color PK color id name code Vehicle PK vehicle id FK1 fk make id FK2 fk model id year Inventory PK inventory id FK1 fk vehicle id FK22. fk color id price Vehicle Incentive PK,FK1 fk vehicle id PK.FK2 fk incentive id valid till Incentive PK incentive-id type amount conditionsExplanation / Answer
Vechiles.vechile_id=Vechile_Incentive.vechile_id and
Vechile_Incentive.vechile_id =Incentives.Incentive_id;
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.