Medium-EasyUnderstandRDBMS & SQLMultiple Choice

In PostgreSQL, what is the advantage of JSONB over the JSON data type?

Understand Tests comprehension and ability to explain concepts.

Answer Options

AJSONB preserves key order and duplicate keys; JSON does not
BJSONB stores data in binary format, supports GIN indexing, and has faster query performance; JSON stores raw text
CJSONB is human-readable; JSON requires decoding
DJSONB supports nested arrays; JSON only supports flat objects

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 15+ more RDBMS & SQL questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the RDBMS & SQL topic (Databases).

More RDBMS & SQL Questions