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.
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.
Create a free account to access the full topic