Komentar multi-line SQL
/* selecting all records
from the
Students table */
SELECT *
FROM Students;
SAMER SAEID
/* selecting all records
from the
Students table */
SELECT *
FROM Students;