教资会网络 | UGC NET CS 2015 年 12 月 – II |问题 13
考虑一个“CUSTOMERS”数据库表,其中有一列“CITY”填充了印度城市的所有名称(大写字母)。查找名称中包含“GAR”的所有城市的 SQL 语句是:
(A)从 city = '%GAR%' 的客户中选择 *;
(B)选择 * from customers where city = '$GAR$';
(C)选择 * from customer where city like '%GAR%';
(D)选择 * from customers where city as '%GAR';答案: (C)
解释:
这个问题的测验
如果您在上面的帖子中发现任何错误,请在下方评论