以下哪个查询将检索名字是 Elizabeth 而姓氏是 brown 的客户的详细信息?A。select from customer where first_name=elizabeth or last_name=brown;Bselect from customer where first_name=elizabeth and last_name=brown;C。没有一个D从 first_na
B. select * from customer where first_name='elizabeth' and last_name='brown';
原文地址: https://www.cveoy.top/t/topic/cx0y 著作权归作者所有。请勿转载和采集!