inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 44833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 400917 | 400917 | 44833 44833 | 64779 64779 |
| 473942 | 473942 | 44833 44833 | 39500 39500 |
| 704771 | 704771 | 44833 44833 | 64778 64778 |
| 718878 | 718878 | 44833 44833 | 64780 64780 |
| 802722 | 802722 | 44833 44833 | 64777 64777 |
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)
);