inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 2185
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 663794 | 663794 | 2185 2185 | 5507 5507 |
| 715811 | 715811 | 2185 2185 | 5511 5511 |
| 927501 | 927501 | 2185 2185 | 5509 5509 |
| 927514 | 927514 | 2185 2185 | 5510 5510 |
| 927881 | 927881 | 2185 2185 | 5508 5508 |
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)
);