Explain about string constants?



Explain about string constants?..

Answer / madhub

String constant contains a sequence of characters bound by single quotes. This feature is used during insertion of a character or passing character to database objects. PostgreSQL allows the usage of single quotes but embedded by a C style backslash. This feature is important in parsing data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

Is sql a postgresql?

0 Answers  


How do I drop a table in postgresql?

0 Answers  


What is sequences in postgresql?

0 Answers  


How to write pl sql in postgresql?

0 Answers  


What is information_schema in postgresql?

0 Answers  


What is the powerful database utility that can be used for building, executing and processing queries upon PostgreSQL databases?

0 Answers  


What is varchar in postgresql?

0 Answers  


Does postgres support json?

0 Answers  


How to check dependency of table in postgresql?

0 Answers  


What are the various enhancements to the straight relational data model by PostgreSQL?

1 Answers  


How do I import a csv file into postgres?

0 Answers  


How to connect to postgres database using pgadmin?

0 Answers  


Categories