











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
Last 1z0-001 question need help
|
sid456
Senior Member
Registered: Apr 2000 Location: Country: China State: Certifications: MCSE Working on: OCP Developer
Total Posts: 122
|
|
Last 1z0-001 question need help
YOU ATTEMPT TO CREATE THE SALARY TABLE WITH THIS COMMAND:
a. CREATE TABLE SALARY
b. EMPLOYEE_ID NUMBER(9)
c. CONSTRAINT SALARY_PK PRIMARY KEY
d. 1995_SALARY NUMBER(8,12),
e. NUMBER MANAGER_NAME VARCHAR2(25)
f. CONSTRAINT MGR_NAME_NN NOT NULL,
g. $SALARY_96 NUMBER (8,12);
WHICH TWO LINES OF THE STATEMENT WILL RETURN ERRORS (CHOOSE TWO)?
ans:d,g
I agreed with d is incorrect.
Not sure about the second answer, should it be e or g.
Please help! I am going to take the exam. in
48 hours. Thanks in advance.
Report this post to a moderator
|
|
02-10-02 05:52 PM
|
|
aneesh_bhatia
Senior Member M

Registered: Feb 2001 Location: Houston Country: United States State: Certifications: OCP Developer 6/6i, OCP DBA 8i Working on:
Total Posts: 109
|
|
Re: Last 1z0-001 question need help
quote: Originally posted by sid456
YOU ATTEMPT TO CREATE THE SALARY TABLE WITH THIS COMMAND:
a. CREATE TABLE SALARY
b. EMPLOYEE_ID NUMBER(9)
c. CONSTRAINT SALARY_PK PRIMARY KEY
d. 1995_SALARY NUMBER(8,12),
e. NUMBER MANAGER_NAME VARCHAR2(25)
f. CONSTRAINT MGR_NAME_NN NOT NULL,
g. $SALARY_96 NUMBER (8,12);
WHICH TWO LINES OF THE STATEMENT WILL RETURN ERRORS (CHOOSE TWO)?
ans:d,g
I agreed with d is incorrect.
Not sure about the second answer, should it be e or g.
Please help! I am going to take the exam. in
48 hours. Thanks in advance.
Answer: "D" (you already know why)
"E" (NUMBER is a reserved word,
cannot be used as a column)
Cheers! 
Report this post to a moderator
|
|
02-10-02 06:14 PM
|
|
sid456
Senior Member
Registered: Apr 2000 Location: Country: China State: Certifications: MCSE Working on: OCP Developer
Total Posts: 122
|
|
|
02-11-02 08:35 AM
|
|
laloca
Senior Member F

Registered: Oct 2001 Location: Vienna Country: Austria State: Certifications: OCP DBA 8i + 9i Working on:
Total Posts: 209
|
|
Hi Sid,
there are some naming conventions:
Do not use characters from european or asian character sets
Only alphanumeric characters allowed, except $, _ and #
Object name must start with a letter (a-z)
Do not use preserved words like SYS, DUAL, NUMBER etc.
"g" is definitely wrong because it starts with $ and not with a letter a-z.
where is the "number" in line e. from? maybe copied by mistake?
Good luck for your exam!
__________________
laLocA
Report this post to a moderator
|
|
02-11-02 03:56 PM
|
|
|
Oracle exam notes
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|