PostgreSQL Question:

Explain about tokens?

Tweet Share WhatsApp

Answer:

Tokens are also known to contain several special character symbols. It can be considered as keyword, constant, identifier and quoted identifier. Keywords include pre defined SQL meanings and SQL commands. Variable names such as tables, columns, etc are represented by identifiers.

Download PostgreSQL PDF Read All 24 PostgreSQL Questions
Previous QuestionNext Question
What are the various enhancements to the straight relational data model by PostgreSQL?Explain about string constants?