Given this table (products):
What does this query return? (SQL Server / T-SQL syntax)
SELECT code FROM products WHERE code LIKE '[ABC]%';
← → arrow keys to navigate
Sign in to save your progress.