Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL Comment

-- Fetching all records from the Students table
SELECT *
FROM Students;
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #SQL #Comment
ADD COMMENT
Topic
Name
1+4 =