English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (17)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (1)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2461)
Network Appliance (2)
Novell (16)
Oracle (412)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized users can rate dumps.
Please log in or sign up.

  № 4955, Oracle 1z0-001: Nice Dumps..............  13.10.2002 
  Rates: 0 

Q: For what purpose Projection is used?

A) Selecting the rows
B) Selecting columns
C) Creating
columns in a table
D) Selecting groups

Ans: B.

Q: You need to display the hire_date values in this format:
10 of October 1996
which
SELECT statement can you use?

A) SELECT hire_date (fmDD "of" MONTH YYYY) "Date Hired"
FROM employee;
B) SELECT hire_date(DD "of" MONTH
YYYY) "Date Hired"
FROM employee;
C) SELECT TO_CHAR(hire_date,DDspth of MONTH YYYY) "DATE HIRED"
FROM employee;
D) SELECT
TO_CHAR(hire_date,fmDD "of" Month YYYY) DATEHIRED
FROM employee;

Ans: D.


Q: You want to display each employees hire_date from earliest
to latest.
Which SQL statement would you use?
A) SELECT hire_date FROM employee;
B) SELECT hire_date FROM employee
ORDER BY hire_date;
C)
SELECT hire_date FROM employee
GROUP BY hire_date;
D) SELECT hire_date FROM employee
ORDER BY hire_date DESC;

Ans: B.

Q: Which of the
following operator is not used in non-equi joins?
A) Between
B) IN
C) LIST
D) =
Ans: D.

Q:How will the results differ?
A) Statement
1 will not execute; statement 2 will.
B) Statement 1 will execute; statement 2 will not.
C) Statement 1 is self-join; tatement 2 is not.
D)
The results will be the same, but the display will be different.

Ans: D.

Q:Define errors in the following:

1. CREATE TABLE salary
2.
(employee_id NUMBER(9)
3. CONSTRAINT salary_pk PRIMARY KEY,
4. 1995_salary NUMBER(8,2),
5. manager_name VARCHAR2(25)
6. CONSTRAINT
mgr_name_nn NOT NULL,
7. $salary_96 NUMBER(8,2));
Which two lines of this statement will return errors?

1,2,3,4,5,7.

Ans: 4,7.

Q:The
EMPLOYEE table has ten columns. Since you often query the table wih conditions based on four or more columns, you created an index on all the
columns in the table. Which result will oCCur?

A )Updates in the table will be slower.
B) The speed of inserts will be increased.
C) All
queries on the table will be faster.
D) The size of the EMPLOYEE table will be increased.

Ans: A.


Q: SELECT first_name, commission

FROM employee
WHERE commission =
( SELECT commission
FROM employee
WHERE UPPER(first_name) = SCOTT);
What would cause this statement to
fail?

A) Scott has a NULL commission value
B) Scott has a zero commission value.
C) There is no employee with the first name Scott.
D) The
First_Name values in the database are in lowercase.
E) There are more than one employee with forst name Scott.

Ans: E.



Q: Evaluate
this IF statement?

IF v_value > 100 THEN v_new_value := 2 * v_value;
ELSIF v_value > 200 THEN v_new_value := 3 * v_value;
ELSIF v_value <
300 THEN v_new_value := 4 * v_value;
ELSE v_new_value := 5 * v_value;
END IF;

What would be assigned to V_NEW_VALUE if V_VALUE is 250?
A)
250 B) 500 C) 750 D) 1000 E) 1250?

Ans: B.


Up ^ gen. 0.09 Server date 03:39 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps
1z0-001 (31)
1Z0-007 (78)
1z0-023 (10)
1z0-024 (5)
1z0-025 (6)
1z0-026 (1)
1Z0-030 (4)
1Z0-031 (76)
1z0-032 (56)
1z0-033 (71)
1z0-040 (15)
1z0-042 (9)
1z0-043 (3)
1Z0-045 (1)
1z0-101 (1)
1z0-131 (5)
1z0-132 (2)
1z0-140 (1)
1z0-141 (11)
1z0-147 (26)