inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100412
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229448 | 229448 | 246237 246237 | 100412 100412 |
| 229449 | 229449 | 535669 535669 | 100412 100412 |
| 229450 | 229450 | 171358 171358 | 100412 100412 |
| 229451 | 229451 | 109743 109743 | 100412 100412 |
| 229452 | 229452 | 68237 68237 | 100412 100412 |
| 229453 | 229453 | 329083 329083 | 100412 100412 |
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)
);