Which of the following query will retrieve the details of those customer whose first name is Elizabeth and last name is brownAselect from customer where first_name=elizabeth and last_name=brown;BNone
A. select * from customer where first_name='elizabeth' and last_name='brown';
原文地址: https://www.cveoy.top/t/topic/cygD 著作权归作者所有。请勿转载和采集!