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 |
How to start database server in postgresql?
What is function and stored procedure?
Is postgresql free for commercial use?
How to connect postgresql database using pgadmin 4?
What is foreign key in java?
What is work_mem in postgresql?
Does creating an index lock the table?
How do you add a column?
How do I add a foreign key in pgadmin?
What is a user view?
What is information_schema in postgresql?
What does create schema do?