inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733240 | 733240 | 46449 46449 | 15525 15525 |
| 733241 | 733241 | 7323 7323 | 15525 15525 |
| 733242 | 733242 | 265021 265021 | 15525 15525 |
| 733243 | 733243 | 488915 488915 | 15525 15525 |
| 733244 | 733244 | 34678 34678 | 15525 15525 |
| 733245 | 733245 | 242180 242180 | 15525 15525 |
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)
);