InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to create a table as a temporary copy of itself?(a) TEMP(b) TEMPO(c) TEMPR(d) TEMPORARY |
|
Answer» Correct option is (d) TEMPORARY To explain: The ‘CREATE TABLE’ clause has a very vast formal format, although its usage is extremely simple and intuitive. One of the many ways is to create a table as a temporary copy of itself. |
|