题目
题目

BU.330.770.T2.FA25 Quiz 3- Requires Respondus LockDown Browser

单项选择题

Which of the following returns the book HANDCRANKED COMPUTERS in the results?

选项
A.SELECT * FROM books WHERE title = 'H_N_%';
B.SELECT * FROM books WHERE title LIKE 'H_N_C%T';
C.SELECT * FROM books WHERE title LIKE 'H_N_C%';
D.SELECT * FROM books WHERE title LIKE '_H%';
查看解析

查看解析

标准答案
Please login to view
思路分析
To determine which option returns the book HANDCRANKED COMPUTERS, I’ll evaluate each SQL pattern against the target title. Option 1: SELECT * FROM books WHERE title = 'H_N_%'; This uses an equality comparison with a pattern literal, which is invalid SQL syntax for a LIKE pattern and would look for an exact string including the underscores and percent sign characters. Even if interpreted loosely, it would require the entire title to match ......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!