How to write character string constants or literals in ms sql server?



How to write character string constants or literals in ms sql server?..

Answer / Akash Gupta

In MS SQL Server, you can write character string constants or literals by enclosing them within single quotes ('). For example: 'Hello World'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How can you list all the columns in a database?

1 Answers  


Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?

1 Answers   Value Labs,


List the ways in which dynamic sql can be executed?

0 Answers  


What is row by row processing ?

2 Answers  


How can you get @@error and @@rowcount at the same time?

9 Answers  


What is the meaning of lock escalation and why/how to stop this? : sql server database administration

1 Answers  


What is service broker? : sql server database administration

1 Answers  


What is difference between global temporary tables and local temporary tables?

1 Answers   Tech Mahindra,


How to declare and use cursor variables?

1 Answers  


What are “lost updates”?

1 Answers  


What are mdf,ndf,ldf files and how to see the data in those files?

6 Answers   Accenture,


What are the four main query statements?

7 Answers   Wipro,


Categories