inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 69279
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 362728 | 362728 | 69279 69279 | 93 93 |
| 696234 | 696234 | 69279 69279 | 101868 101868 |
| 928519 | 928519 | 69279 69279 | 101871 101871 |
| 937342 | 937342 | 69279 69279 | 101870 101870 |
| 955320 | 955320 | 69279 69279 | 101869 101869 |
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)
);