Adding a JSON array

Report a typo

The Customers table is defined as:

CREATE TABLE Customers (name JSON);

How can you add a JSON array ['Matthew', 'Merryl'] to this table? Select all the possible ways.

Select one or more options from the list
___

Create a free account to access the full topic