inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 19323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 674747 | 674747 | 259305 259305 | 19323 19323 |
| 674748 | 674748 | 158756 158756 | 19323 19323 |
| 674749 | 674749 | 211434 211434 | 19323 19323 |
| 674750 | 674750 | 296329 296329 | 19323 19323 |
| 674751 | 674751 | 493085 493085 | 19323 19323 |
| 674752 | 674752 | 55160 55160 | 19323 19323 |
| 674753 | 674753 | 85046 85046 | 19323 19323 |
| 674754 | 674754 | 296330 296330 | 19323 19323 |
| 674755 | 674755 | 9463 9463 | 19323 19323 |
| 674756 | 674756 | 344131 344131 | 19323 19323 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);