Exercise #2 (tips and solutions)
Exercise #2 (tips and solutions)
SELECT DISTINCT maker
FROM Product
WHERE type = 'Printer'
mssql
🚫
[[ error ]]
[[ column ]] |
---|
[[ value ]] |
SELECT DISTINCT maker
FROM Product
WHERE type = 'Printer'
[[ column ]] |
---|
[[ value ]] |