|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#5. The database administrator of your company created a public synonym called HR for the HUMAN_RESOURCES table of the GENERAL schema, because many users frequently use this table. As a user of the database, you created a table called HR in your schema. What happens when you execute this query? SELECT * FROM HR;
Show comments for this question (1)
Add comments
Link to this question
|
|
#7. Examine the description of the EMPLOYEES table: EMP_ID NUMBER(4) NOT NULL
LAST_NAME VARCHAR2(30) NOT NULL
FIRST_NAME VARCHAR2(30)
DEPT_ID NUMBER(2)
JOB_CAT VARCHARD2(30)
SALARY NUMBER(8,2) Which statement shows the maximum salary paid in each job category of each department?
Show comments for this question (1)
Add comments
Link to this question
|
|
#8. Management has asked you to calculate the value 12*salary* commission_pct for all the employees in the EMP table. The EMP table contains these columns: LAST NAME VARCNAR2(35) NOT NULL
SALARY NUMBER(9,2) NOT NULL
COMMISION_PCT NUMBER(4,2) Which statement ensures that a value is displayed in the calculated columns for all employees?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. -0.094
|
Server date 06:22 22-08-2008
|
Developed by Zip © 2006
|
|
 |
|
|