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 postgresql like oracle?
What is function and stored procedure?
How do I delete a postgres database?
What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?
How to setup postgresql sysv startup script?
What are the different data types supported by PostgreSQL?
What is postgis and postgresql?
Where is pg_hba conf file?
How do you edit a table in pgadmin?
What is psql command?
What is the option used in PostgreSQL to increase the number of shared memory buffers shared among the backend processes
How do you define a composite key?