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 |
Is sql a postgresql?
How do I drop a table in postgresql?
What is sequences in postgresql?
How to write pl sql in postgresql?
What is information_schema in postgresql?
What is the powerful database utility that can be used for building, executing and processing queries upon PostgreSQL databases?
What is varchar in postgresql?
Does postgres support json?
How to check dependency of table in postgresql?
What are the various enhancements to the straight relational data model by PostgreSQL?
How do I import a csv file into postgres?
How to connect to postgres database using pgadmin?