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 user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1z0-001: Ineroduction to oracle:sql and pl/sql
#51. For which three tasks would you use the WHERE clause? (Choose three.)

Show comments for this question (0)
Add comments
Link to this question

#52. As a DBA, you have just created a user account for employee Smith by using the CREATE USER command Smith should be able to create tables and packages in his schema. Which command will the DBA need to execute next so that Smith can perform his tasks successfully?

Show comments for this question (0)
Add comments
Link to this question

#53. Which privilege concerns system level security?

Show comments for this question (0)
Add comments
Link to this question

#54. Evaluate this SQL script:
  1. CREATE ROLE manager;
  2. CREATE ROLE clerk;
  3. CREATE ROLE inventory;
  4. CREATE USER scott IDENTIFIED BY tiger;
  5. GRANT inventory TO clerk;
  6. GRANT clerk TO manager;
  7. GRANT inventory TO scott
How many roles will user SCOTT have access to?

Show comments for this question (0)
Add comments
Link to this question

#55. You want to retrieve the employee details from the EMP table and process them in PL/SQL block, Which type of variable do you create in the PL/SQL block to retrieve all the rows and columns using a single SELECT statement from the EMP table?

Show comments for this question (0)
Add comments
Link to this question

#56. The EMPLOYEE table contains these columns:
 LAST_NAME      VARCHAR2(25) 
 FIRST_NAME     VARCHAR2(25) 
 SALARY         NUMBER(7,2)
You need to display the names of employees that earn more than the average salary of all employees.
Evaluate this SQL statement
  1. SELECT last_name, first_name
  2. FROMemployee
  3. WHEREsalary > AVG(salary);
Which change should you make to achieve the desired results?

Show comments for this question (0)
Add comments
Link to this question

#57. You attempt to query the database with this command:
  1. SELECT name, salary
  2. FROM employee
  3. WHERE salary =
  4. (SELECT salary
  5. FROM employee
  6. WHERE last_name = ‘Wagner’ OR dept_no = 233);
Why could this statement cause an error?

Show comments for this question (0)
Add comments
Link to this question

#58. In which section of a PL/SQL block is a user-defined exception raised?

Show comments for this question (0)
Add comments
Link to this question

#59. Which script would you use to query the data dictionary to view only the name of the primary key constraints by using a substitution parameter for the table name?

Show comments for this question (0)
Add comments
Link to this question

#60. You are a user of the PROD database which contains over 1000 tables, and you need to determine the number of tables you can access. Which data dictionary view could you query to display this information?

Show comments for this question (0)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [18 
Up ^ gen. 0.225 Server date 10:50 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps