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
#175. The STUDENT table contains these columns:
 STU_ID          NUMBER(9)          NOT NULL 
 LAST_NAME       VARCHAR2(30)       NOT NULL 
 FIRST_NAME      VARCHAR2(25)       NOT NULL 
 DOB             DATE 
 STU_TYPE_ID     VARCHAR2(1)        NOT NULL 
 ENROLL_DATE     DATE
You create another table, named PT_STUDENT, with an identical structure. You want to insert all part-time students, who have a STU_TYPE_ID value of "P", into the new table. You execute this INSERT statement:
  1. INSERT INTO pt_student
  2. (SELECT stu_id, last_name, first_name, dob, SYSDATE
  3. FROM student
  4. WHERE UPPER(stu_type_id) = 'P');
What is the result of executing this INSERT statement?

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


Up ^ gen. 0.046 Server date 08:25 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps