OWNER ( OwnerID, OwnerName, OwnerEmail, OwnerType ) PROPERTY ( PropertyID, Prope
ID: 3678161 • Letter: O
Question
OWNER ( OwnerID, OwnerName, OwnerEmail, OwnerType )
PROPERTY ( PropertyID, PropertyName, Street, City, State, Zip, OwnerID )
Write SQL statements to insert at least three rows of data into the PROPERTY table. Assume that any surrogate key value will be supplied by the DBMS. Remember the referential integrity constraint: OwnerID in PROPERTY must exist in OwnerID in OWNER.
The data in the Owner table is shown below:
Explanation / Answer
You can enter whatever values is required in specified value section.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.