Kizspy | Question: 12
(Choose 1 answer)
For the following relation:
Student ID | Name | City | Gender SE1234 | Le Hong Phong | HCM | Male SE1235 | Le Hong Hanh | HCM | Female SE1236 Tran Binh Trong | HN | Male
Use Algebraic query language to list all name and city of students in HCM and Male?
A. Name, City (City='HCM' AND Gender='Male' (Student))
B. Name, City([City='HCM' AND Gender='Male' (Student))
C. Name, City (City='HCM' && Gender='Male' (Student))
D. Name, City (City='HCM' && Gender='Male' (Student))
FUOVERFLOW