inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 62400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 174366 | 174366 | 42217 42217 | 62400 62400 |
| 174367 | 174367 | 503497 503497 | 62400 62400 |
| 174368 | 174368 | 104798 104798 | 62400 62400 |
| 174369 | 174369 | 243599 243599 | 62400 62400 |
| 174370 | 174370 | 227573 227573 | 62400 62400 |
| 174371 | 174371 | 534630 534630 | 62400 62400 |
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)
);