inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 64400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 3870 | 3870 | 64400 64400 | 94473 94473 |
| 282015 | 282015 | 64400 64400 | 94476 94476 |
| 343773 | 343773 | 64400 64400 | 94475 94475 |
| 383430 | 383430 | 64400 64400 | 23089 23089 |
| 484526 | 484526 | 64400 64400 | 94477 94477 |
| 925598 | 925598 | 64400 64400 | 94474 94474 |
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)
);