inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 515731 | 515731 | 65326 65326 | 9285 9285 |
| 703542 | 703542 | 65326 65326 | 95907 95907 |
| 703656 | 703656 | 65326 65326 | 95906 95906 |
| 769504 | 769504 | 65326 65326 | 95908 95908 |
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)
);