1Single line comments start with –- Any text after these 2 characters to the end of the line will be
2ignored.
3Multiline comments start with /* and end with */. They stretch across multiple lines until the
4closing characters have been found.
5-- My Select query
6/*
7This is my select query.
8It grabs all rows of data from the users table
9*/