Use Foreign Keys Relations Create Alter Relations Implement Foreign Keys Q37288667

Mall Relation Set Accounts( aid: integer, balance: double, type: String [type must be one of credit, checking, or cash ] CustMall Relation Set Inventory( name: String, item: String, quantity: integer ) ltems( item: String, brand: String, price: doubl

How and where can you use foreign keys in these
relations? Create / alter the relations so that they
implement foreign keys.

Mall Relation Set Accounts( aid: integer, balance: double, type: String [type must be one of credit, checking, or cash ] Customers( name: String, address: String, aid: integer) Employees( eid: integer, name: String, position: String, salary: double)

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.