|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#82. Click on the EXHIBIT button and examine the table instance chart for the patient table. You created the patient_id_seq sequence to be used with the patient table’s primary key column. The sequence begins at 1000, has a maximum value of 999999999, and increments by 1. You need to write a script to insert a row into the patient table and use the sequence you created. Which script would you use to complete this task?
Show comments for this question (0)
Add comments
Link to this question
|
|
#88. The structure of the DEPT table is as follows: Name Null? Type
DEPTNO NOT NULL NUMBER(2)
DNAME VARCHAR2(14)
LOC VARCHAR2(13) Examine the declaration section: DECLARE TYPE dept_table_type IS TABLE OF dept%ROWTYPE INDEX BY BINARY_INTEGER; dept_table dept_table_type;
You need to assign the LOC field in record 15, the value of ‘Atlanta’. Which PL/SQL statement makes this assignment?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 3.642
|
Server date 09:31 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|