name string | id int64 | age int64 | address dict | job dict | Ids list |
|---|---|---|---|---|---|
John Doe | 12,345 | 30 | {
"street_name": "Maple Street",
"house_number": 25,
"state": "California"
} | {
"designation": "Software Engineer",
"manager": [
"a",
"b",
"c"
],
"department": {
"d_name": "data",
"id": 1
},
"salary": 90000
} | [
1,
2,
3
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.