PostgreSQL Question:
Download Job Interview Questions and Answers PDF
Explain about string constants?
Answer:
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.
Download PostgreSQL Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain about tokens? | Explain about concurreny with the help of MVCC? |