Menu
×
×
正确
@(6) * FROM Customers
@(5) City = 'Berlin'
@(2) @(4) = '@(6)';
SELECT * FROM Customers
WHERE City = 'Berlin'
OR City = 'London';
不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0* FROM Customersw3exercise_input_no_1City = 'Berlin'w3exercise_input_no_2w3exercise_input_no_3= 'w3exercise_input_no_4'; |