| suresh |
Posted: Nov 09, 2006 06:32:05 AM |
Total Post: 71
Joined: May, 2006
|
QUESTION NO: 173
Which is a valid CREATE TABLE statement?
A. CREATE TABLE EMP9$# AS (empid number(2));
B. CREATE TABLE EMP*123 AS (empid number(2));
C. CREATE TABLE PACKAGE AS (packid number(2));
D. CREATE TABLE 1EMP_TEST AS (empid number(2));
Answer: A
A and C both are working fine, pls let me know which one i can select as correcr Answer?
|
|
|
Jayanta |
| Posted: Nov 09, 2006 04:45:57 PM | |
|
Total Post: 479
Joined: Feb, 2006
|
if there is no space between package and as then this is also correct
|
|
|
|
|
suresh |
| Posted: Nov 09, 2006 09:52:14 PM | |
|
Total Post: 71
Joined: May, 2006
|
so which one i can select in exam???
|
|
|
|
|
Tanuj |
| Posted: Nov 11, 2006 06:10:13 AM | |
|
Total Post: 2
Joined: Nov, 2006
|
A
Only A is the correct answer. C is not a correct ans as there is a keyword used in that.
|
|
|
|
|
Jayanta |
| Posted: Nov 11, 2006 04:05:26 PM | |
|
Total Post: 479
Joined: Feb, 2006
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |