- 
					 Which keyword is used to create a table as a temporary copy of itself?
- 
                        - TEMPORARY
- TEMPR
- TEMPO
- TEMP
- None of these
 
Correct Option: A
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.
 
	