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-007: Introduction to Oracle9i: SQL
#131. Evaluate this statement:
  1. SELECT *
  2. FROM greg.customer;
If as user Chan you execute this statement successfully, which statement must be true?

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

#132. Logged on as user Ann, you issue these SQL statements:
  1. CREATE TABLE customer (
  2. customer_id NUMBER,
  3. company_id VARCHAR2(30),
  4. contact_name VARCHAR2(30),
  5. contact_title VARCHAR2(20),
  6. address VARCHAR2(30),
  7. city VARCHAR2(25),
  8. region VARCHAR2(10),
  9. postal_code VARCHAR2(20),
  10. country_id NUMBER,
  11. phone VARCHAR2(20),
  12. fax VARCHAR2(20),
  13. credit_limit NUMBER (7,2));
  14. CREATE PUBLIC SYNONYM cust
  15. FOR customer;
  16. GRANT SELECT ON customer TO chan;
Which SELECT statements could user Chan issue to access the CUSTOMER table? (Choose all that apply.)

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

#133. Evaluate this CREATE TABLE statement:
  1. CREATE TABLE curr_order (
  2. id NUMBER,
  3. customer_id NUMBER,
  4. emp_id NUMBER,
  5. order_dt TIMESTAMP WITH LOCAL TIME ZONE,
  6. order_amt NUMBER(7,2),
  7. ship_method VARCHAR2(5));
Which statement about the ORDER_DT column is true?

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

#134. Examine the structure of the PRODUCT table.

You need to reduce the LIST_PRICE column precision to 6 with a scale of 2 and ensure that when inserting a row into the PRODUCT table without a value for the LIST_PRICE column, a price of $5.00 will automatically be inserted. The PRODUCT table currently contains no records. Which statement should you use?

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

#135. Which statements about data types are true? (Choose all that apply.)

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

#136. Which ALTER TABLE statement should you use to add a PRIMARY KEY constraint on the MANUFACTURER_ID column of the INVENTORY table?

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

#137. The EMPLOYEES table has these columns:

Management wants to add a default value to the SALARY column. You plan to alter the table by using this SQL statement:
  1. ALTER TABLE EMPLOYEES
  2. MODIFY (SALARY DEFAULT 5000);
What is true about your ALTER statement?

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

#138. You need to change the definition of an existing table. The COMMERCIALS table needs its DESCRIPTION column changed to hold varying length characters up to 2000 bytes. The column can currently hold 1000 bytes per value. The table contains 20000 rows. Which statement is valid?

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

#139. Evaluate the SQL statement
  1. DROP TABLE DEPT:
Which four statements are true of the SQL statement? (Choose four)

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

#140. Which statement describes the ROWID data type?

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


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