InterviewSolution
Saved Bookmarks
| 1. |
Supriya is given an assignment to add a new table in the exiting database. Which option should you see used to complete the task?ans me plzzz |
|
Answer» Answer: USE this syntax for creating table. Explanation: FIRST change the DATABASE in which you WANT to create table by using use 'name of the database'; after that use the syntax, create table 'name of the table; you are DONE with it ..... |
|