create table apartment(ownerID varchar (5), ownername varchar(25), floor numeric(4,0), primary key (ownerID));
Choose the correct option regarding the above statement
- The statement is syntactically wrong
- It creates a relation with three attributes ownerID, ownername, floor in which floor cannot be null.
- It creates a relation with three attributes ownerID, ownername, floor in which ownerID cannot be null.
- It creates a relation with three attributes ownerID, ownername, floor in which ownername must consist of at least 25 characters.
(c).It creates a relation with three attributes ownerID, ownername, floor in which ownerID cannot be null.
need an explanation for this answer? contact us directly to get an explanation for this answer