Oracle 练习 052

1. 题目

操作 Student 表和 Achievement 表

删除 Betty 的记录

2. 实例

点我看答案
delete from achievement
where id = (select id from student where name='Betty');

delete from student where name='Betty';
© 2021 刘士. All rights reserved.

结果匹配 ""

    没有匹配的结果 ""