This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
SQL Comments, Please! In a program, a comment is a part of the source code that is ignored by the system. Comments are generally used for two purposes: (1) provide background information for future readers of that code, including our selves; (2) deactivate some code without deleting it yet—aka. commenting out . SQL supports comments too, of course. While SQL comments are generally ignored by the…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.