Apr 20, 2009

Oracle Test01

1. 使用PL/SQL Developer创建表my_employee,字段见第三题表头显示,字段统一定义为Varchar2(20).

2. 显示表my_employee的结构

3. 向表中插入下列数据,并提交

ID

FIRST_NAME

LAST_NAME

USERID

SALARY

1

patel

Ralph

Rpatel

895

2

Dancs

Betty

Bdancs

860

3

Biri

Ben

Bbiri

1100

4

Newman

Chad

Cnewman

750

5

Ropeburn

Audrey

Aropebur

1550

4. 3号员工的last_name修改为“drelxer,并提交

5. 将所有工资少于1000的员工的工资修改为1000,(不提交),并设置回滚点

6. 删除my_employee表中所有数据(不提交)

7. 回滚到第五题中的设置的回滚点

8. 删除表my_employee中所有数据,并提交

No comments:

Powered By Blogger