移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

Given the following two tables: TAB1 C1 C2 1 Antarctica 2 Africa 3 Asia 4 Australia TAB2 CX CY 5 Europe 6 North America 7 South America Which of the following SQL statements will insert all rows found in table TAB2 into table TAB1?()

发布日期:2020-04-10

Given the following two tables: TAB1 C1 C2 1 Antar...
A

INSERT INTO tab1 SELECT cx, cy FROM tab2

B

INSERT INTO tab1 VALUES (tab2.cx, tab2.cy)

C

INSERT INTO tab1 VALUES (SELECT cx, cy FROM tab2)

D

INSERT INTO tab1 (c1, c2) VALUES (SELECT cx, cy FROM tab2)

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~