inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 46768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 18519 | 18519 | 46768 46768 | 67832 67832 |
| 236852 | 236852 | 46768 46768 | 24444 24444 |
| 451541 | 451541 | 46768 46768 | 24443 24443 |
| 908492 | 908492 | 46768 46768 | 67834 67834 |
| 912735 | 912735 | 46768 46768 | 67833 67833 |
| 961163 | 961163 | 46768 46768 | 67831 67831 |
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)
);