Question: Consider the following relational schema: Person (pid: integer, name: string) Owns (pid integer, cid: integer, cost: real) Cat (cid: integer, catName: string, age: integer) Select
Consider the following relational schema: Person (pid: integer, name: string) Owns (pid integer, cid: integer, cost: real) Cat (cid: integer, catName: string, age: integer) Select a valid SQL statement to remove the Owns table from the DBMS REMOVE TABLE Owns; DROP TABLE Owns: CREATE TABLE Owns 0): none of these DELETE TABLE Owns: Previous Page Next Page Submit Qute O of 13 questions saved
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
