Which of these comments are well-styled according to the SQL style guide?
a)
-- Short comment.
b)
-- A large
-- multi-line
-- comment
c)
/* A large
multi-line
comment */
d)
/* Another short comment */Which of these comments are well-styled according to the SQL style guide?
a)
-- Short comment.
b)
-- A large
-- multi-line
-- comment
c)
/* A large
multi-line
comment */
d)
/* Another short comment */Create a free account to access the full topic