SQL -Kommentare mit Aussagen
SELECT * -- selects all records
FROM Students; -- from the Students table
SAMER SAEID
SELECT * -- selects all records
FROM Students; -- from the Students table