inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 501
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 408544 | 408544 | 501 501 | 1289 1289 |
| 409052 | 409052 | 501 501 | 1291 1291 |
| 628699 | 628699 | 501 501 | 1287 1287 |
| 756965 | 756965 | 501 501 | 1288 1288 |
| 950224 | 950224 | 501 501 | 1290 1290 |
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)
);