In: Computer Science
What is the punctuation mark that is required to end every SQL statement?
; is the punctuation mark that is required to end every SQL statement.
some of the exaples are
SELECT * FROM table_name ;
SELECT CustomerName , City FROM Customers ;