inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 61062
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 202586 | 202586 | 61062 61062 | 1709 1709 |
| 777591 | 777591 | 61062 61062 | 89456 89456 |
| 777801 | 777801 | 61062 61062 | 89457 89457 |
| 803492 | 803492 | 61062 61062 | 16435 16435 |
| 887647 | 887647 | 61062 61062 | 89458 89458 |
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)
);