This is the 4th post out of my 10 post series of my videos on my 10th book – SQL Basics. Today will show the importance of data and information.
You can get that in Paperback (USA) and Kindle (Worldwide).
The amount of effort to type the ‘–‘ signs for a single-line comment increases dramatically as the number of continuous lines to be commented out grows. What if we wanted to disable the last 300 lines of code? Typing ‘/*’ and ‘*/’ signs one time each, is definitely easier than typing the ‘–‘ sign 300 times to achieve the exact same result. Unlike the double hyphen, which can only instruct SQL Server to ignore one line of code at a time, the ‘/*’ ‘*/’ signs (delimiters) are more efficient for multi-line commenting as there can be an infinite number of lines of code between the opening and closing delimiters.
SQL in Sixty Seconds Video
We have attempted to explain the same subject in simple words over in following video.
[youtube=http://www.youtube.com/watch?v=d7kVxcUGS9I]
Action Item
Get the book for yourself and your friend. This is just a reference everyone must have it.
Read the related blog post: SQL Basics: Code Comments – Day 4 of 10
Available in Paperback (USA), Kindle (Worldwide)Â
Reference:Â Pinal Dave (https://blog.sqlauthority.com)
2 Comments. Leave new
Is this the same book you gave out today at Pune DevCon 2013?