問題詳情
30 假設有一個關聯式資料表 book 儲存書本的資料,內含兩個屬性 title 以及author 分別表示書本的書名以及作者資料。若想要列出所有小明撰寫的書 名,請問下列的 SQL 指令何者正確?
(A) select title from book where author='小明';
(B) select title where book from author='小明';
(C) select book from title where author='小明';
(D) select book where title from author='小明';
參考答案
答案:A
難度:簡單0.613
書單:沒有書單,新增
用户評論