inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28543
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 955354 | 955354 | 501312 501312 | 28543 28543 |
| 955355 | 955355 | 260072 260072 | 28543 28543 |
| 955356 | 955356 | 533556 533556 | 28543 28543 |
| 955357 | 955357 | 239677 239677 | 28543 28543 |
| 955358 | 955358 | 14578 14578 | 28543 28543 |
| 955359 | 955359 | 41171 41171 | 28543 28543 |
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)
);