OR is one of the WHERE operators which allows you to add more than one condition
SELECT username
FROM User
WHERE username = "Oskar" OR username = "Dragon" OR is one of the WHERE operators which allows you to add more than one condition
SELECT username
FROM User
WHERE username = "Oskar" OR username = "Dragon"