a) Alter table teaches include Name;
b) Alter table teaches add Name;
c) Alter table teaches add Name varchar;
d) Alter table teaches add Name varchar(20);
In order to include an attribute Name to the teaches relation which of the following command is used?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In order to include an attribute Name to the teaches relation which of the following command is used?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!