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 (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
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
#131. You create the sale table with this command:
  1. CREATE TABLE sale
  2. (purchase_no NUMBER(9)
  3. CONSTRAINT sale_purchase_no_pk PRIMARY KEY, customer_id NUMBER(9)
  4. CONSTRAINT sale_customer_id_fk REFERENCES customer (id) CONSTRAINT
  5. sale_customer_id_nn NOT NULL);
Which index or indexes are created for this table?

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

#132. How would you add a foreign key constraint on the dept_no column in the EMP table, referring to the id column in the DEPT table?

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

#133. Examine the structure of the STUDENT table:
 Name              Null            Type 
 STUD_ID           NOT NULL        NUMBER(3) 
 NAME                              VARCHAR2(25) 
 ADDRESS                           VARCHAR2(50) 
 GRADUATION                        DATE
Currently, the table is empty. You have decided that NULL values should not be allowed for NAME column.
Which statement restricts NULL values from being entered into the column?

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

#134. The view EMP_VIEW is created based on the table EMP as follows:
  1. CREATE OR REPLACE VIEW emp_view
  2. AS
  3. SELECT deptno, SUM(sal) TOT_SAL, COUNT(*) NUM_EMP
  4. FROM emp
  5. GROUP BY deptno;
What happens when the following command is issued?
  1. UPDATE emp_view
  2. SET tot_sal = 20000
  3. WHERE deptno = 10;


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

#135. You have a view called ANN_SAL that is based on the EMPLOYEE table. The structure of the ANN_SAL view is:
 Name            Null          Type 
 EMPNO           NOT NULL      NUMBER(4) 
 YEARLY_SAL                    NUMBER(92) 
 MONTHLY_SAL                   NUMBER(92)
Which statement retrieves data from the ANN_SAL view?

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

#136. Click on the EXHIBIT button and examine the table instance chart for the patient table.

You created the patient_vu view based on id_number and last_name from the patient table. What is the best way to modify the view to contain only those patients born in 1997?

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

#137. You have decided to permanently remove all the data from the STUDENT table, and you need the table structure in the future. Which single command performs this?

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

#138. Examine the structure of the STUDENT table:
 Name           Null          Type 
 STUD_ID        NOT NULL      NUMBER(3) 
 NAME           NOT NULL      VARCHAR2(25) 
 PHONE          NOT NULL      VARCHAR2(9) 
 ADDRESS                      VARCHAR2(50) 
 GRADUATION                   DATE
There are 100 records in the STUDENT table. You need to modify the PHONE column to hold only numeric values.
Which statement will modify the datatype of the PHONE column?

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

#139. You need to store currency data and you know that the data will always have two digits to the right of the decimal point. However, the number of digits to the left of the decimal place will vary greatly. Which datatype would be most appropriate to store this data?

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

#140. You attempt to create the salary table with this command:
  1. 1 CREATE TABLE salary
  2. 2 .(employee_idNUMBER(9)
  3. 3.CONSTRAINT salary_pk PRIMARY KEY,
  4. 4.1995_saIaryNUMBER(8,2),
  5. 5 .manager_nameVARCHAR2(25)
  6. 6.CONSTRAINT mgr_name_nn NOT NULL,
  7. 7.$salary_96NUMBER(8,2));
Which two lines of this statement will return errors? (Choose two.)

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


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18]
Up ^ gen. 0.078 Server date 11:07 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps