inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 564
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 4940 | 4940 | 564 564 | 1441 1441 |
| 5626 | 5626 | 564 564 | 13 13 |
| 135320 | 135320 | 564 564 | 1440 1440 |
| 247478 | 247478 | 564 564 | 1442 1442 |
| 1027925 | 1027925 | 564 564 | 1443 1443 |
| 1028341 | 1028341 | 564 564 | 1444 1444 |
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)
);