|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#114. Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: EMPLOYEES: EMPLOYEE_ID NUMBER Primary Key
FIRST_NAME VARCHAR2 (25)
LAST_NAME VARCHAR2 (25)
HIRE_DATE DATE NEW EMPLOYEES: EMPLOYEE_ID NUMBER Primary Key
NAME VARCHAR2 (60) Which DELETE statement is valid?
Show comments for this question (1)
Add comments
Link to this question
|
|
#116. The STUDENT table contains these columns: ID NUMBER(9) PK
LAST_NAME VARCHAR2(25)
FIRST_NAME VARCHAR2(25)
STU_TYPE VARCHAR2(1)
ENROLL_DATE DATE Evaluate this iSQL*Plus script: SELECT id, last_name, first_name, enroll_date FROM student WHERE stu_type = '&stype' AND enroll_date BETWEEN &&bdate AND &&edate
What happens when this script is run a second time in the same session?
Show comments for this question (1)
Add comments
Link to this question
|
|
#118. The INVENTORY table contains these columns: ID_NUMBER NUMBER PK
DESCRIPTION VARCHAR2(30)
SUPPLIER_ID NUMBER You want to create a query that for each session allows the user to input a value for DESCRIPTION each time the query runs. While the DESCRIPTION column is stored in upper case, you want the query to retrieve matching values regardless of the case used when inputting the substitution variable value. Which SELECT statement should you use?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.069
|
Server date 03:41 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|