13 lines
315 B
JSON
13 lines
315 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO submissions (quiz_id, first_name, last_name, score, total) VALUES (?, ?, ?, ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 5
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a52776015ba245b114124874a0e250a41396250ef5e73f987cafb88318700e35"
|
|
}
|