inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 288
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 70146 | 70146 | 288 288 | 795 795 |
| 408619 | 408619 | 288 288 | 800 800 |
| 408695 | 408695 | 288 288 | 797 797 |
| 728453 | 728453 | 288 288 | 796 796 |
| 824510 | 824510 | 288 288 | 798 798 |
| 902524 | 902524 | 288 288 | 799 799 |
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)
);