Which statement should you add to improve the performance of the following query?
SELECT
c.id,
c.name,
c.email_preferences.categories.surveys
FROM customers c;
Which statement should you add to improve the performance of the following query?
SELECT
c.id,
c.name,
c.email_preferences.categories.surveys
FROM customers c;