InterviewSolution
Saved Bookmarks
| 1. |
What are string constants in PostgreSQL? |
|
Answer» They are character SEQUENCES bound within single quotes. These are using during data insertion or updation to characters in the database. |
|