inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 93524
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 681797 | 681797 | 542032 542032 | 93524 93524 |
| 681798 | 681798 | 63808 63808 | 93524 93524 |
| 681799 | 681799 | 303870 303870 | 93524 93524 |
| 681800 | 681800 | 523435 523435 | 93524 93524 |
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)
);