Bird
0
0

You need to run a Cloud SQL instance that supports JSONB data type and advanced indexing. Which engine should you select?

hard📝 Application Q9 of 15
GCP - Cloud SQL and Databases
You need to run a Cloud SQL instance that supports JSONB data type and advanced indexing. Which engine should you select?
AMySQL 5.7
BSQL Server 2017
CPostgreSQL 13
DMySQL 8.0
Step-by-Step Solution
Solution:
  1. Step 1: Identify engine supporting JSONB and advanced indexing

    PostgreSQL supports JSONB data type and advanced indexing features.
  2. Step 2: Compare with other engines

    MySQL supports JSON but not JSONB; SQL Server does not support JSONB natively.
  3. Final Answer:

    PostgreSQL 13 -> Option C
  4. Quick Check:

    JSONB support = C [OK]
Quick Trick: Use PostgreSQL for JSONB and advanced indexing support [OK]
Common Mistakes:
  • Confusing JSON and JSONB support
  • Choosing MySQL for JSONB

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes