inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 65330
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51583 | 51583 | 65330 65330 | 22277 22277 |
| 322303 | 322303 | 65330 65330 | 22276 22276 |
| 703671 | 703671 | 65330 65330 | 95914 95914 |
| 703675 | 703675 | 65330 65330 | 95915 95915 |
| 759242 | 759242 | 65330 65330 | 95916 95916 |
| 769390 | 769390 | 65330 65330 | 95917 95917 |
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)
);