Which of these is a good example of a multi-line comment?
a)
-- Select all the columns of all the records in the Customers table
b)
/* Select all the columns
of all the records
in the Customers table */
c)
*some SQL-query* /* Select all the columns of all the records in the Customers table
d)
/*Select
all
the columns
of
all
the records
in
the
Customers table */