inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 64065
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 361650 | 361650 | 64065 64065 | 93932 93932 |
| 755340 | 755340 | 64065 64065 | 93934 93934 |
| 755341 | 755341 | 64065 64065 | 93936 93936 |
| 944229 | 944229 | 64065 64065 | 93935 93935 |
| 944541 | 944541 | 64065 64065 | 93933 93933 |
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)
);