Skip to content
Medium-Easy Understand RDBMS & SQL Multiple Choice

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

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A JSONB preserves key order and duplicate keys; JSON does not
B JSONB stores data in binary format, supports GIN indexing, and has faster query performance; JSON stores raw text
C JSONB is human-readable; JSON requires decoding
D JSONB 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