inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 662513 | 662513 | 257854 257854 | 12099 12099 |
| 662514 | 662514 | 64905 64905 | 12099 12099 |
| 662515 | 662515 | 293770 293770 | 12099 12099 |
| 662516 | 662516 | 33200 33200 | 12099 12099 |
| 662517 | 662517 | 486446 486446 | 12099 12099 |
| 662518 | 662518 | 5239 5239 | 12099 12099 |
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)
);