Question: Each test case is a JSON array (supplied to stdin). The JSON array is composed of JSON objects, which always have only two keys, name


Each test case is a JSON array (supplied to stdin). The JSON array is composed of JSON objects, which always have only two keys, name and data . The value of name is a string, and the value of data is a JSON type. After creating an SQLite relation named jsonData, you need to insert the values of the JSON objects into their respective columns. The code at the end will output the rows of the SQL relation for you. Enter your code here. Read input from STDIN. Print output to STDOUT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
