Answers for "in the context of an sql statement, we need to understand when a tick mark be used and when should a single quote be used. choose all the statements below that use single tick marks and single quotes correctly."

SQL
4

sql quote in string

/*adding single quote into the string in SQL*/
on P.SupplierID=S.SupplierID
where S.CompanyName in
('Tokyo Traders','Exotic Liquids','Grandma Kelly''s Homestead')
Posted by: Guest on July-03-2020

Code answers related to "in the context of an sql statement, we need to understand when a tick mark be used and when should a single quote be used. choose all the statements below that use single tick marks and single quotes correctly."

Code answers related to "SQL"

Browse Popular Code Answers by Language