SQL Verwenden von Kommentaren zum Debuggcode
/* SELECT *
FROM Customers; */
-- the above statement is ignored by DBMS
SELECT *
FROM Students;
SAMER SAEID
/* SELECT *
FROM Customers; */
-- the above statement is ignored by DBMS
SELECT *
FROM Students;