|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#84. The CUSTOMERS table has these columns: CUSTOMER_ID NUMBER (4) NOT NULL
CUSTOMER_NAME VARCHAR2 (100) NOT NULL
STREET_ADDRESS VARCHAR2 (150)
CITY_ADDRESS VARHCAR2 (50)
STATE_ADDRESS VARCHAR2 (50)
PROVINCE_ADDRESS VARCHAR2 (50)
COUNTRY_ADDRESS VARCHAR2 (50)
POSTAL_CODE VARCHAR2 (12)
CUSTOMER_PHONE VARCHAR2 (20) The CUSTOMER_ID column is the primary key for the table. You need to determine how dispersed your customer base is. Which expression finds the number of different countries represented in the CUSTOMERS table?
Show comments for this question (0)
Add comments
Link to this question
|
|
#88. Examine the structure of the EMPLOYEES and DEPARTMENTS tables: Evaluate this SQL statement: SELECT employee_id, e.department_id, department_name, salary FROM employees e, departments d WHERE e.department_id = d.department_id;
Which SQL statement is equivalent to the above SQL statement?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.301
|
Server date 06:50 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|