返回数说广场 #每日打卡#
2
Examine this statement:
SELECT 1 AS id, ' John' AS name
FROM DUAL
UNION
SELECT 1 , ' John' AS name
FROM DUAL
ORDER BY 1;
What is returned upon execution?(A)
A 1 row
B an error
C 2 rows
D 0 rows
0
2 142
分享
评论
热门数说


