inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 63521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 492899 | 492899 | 63521 63521 | 10949 10949 |
| 785567 | 785567 | 63521 63521 | 10950 10950 |
| 983875 | 983875 | 63521 63521 | 93121 93121 |
| 996549 | 996549 | 63521 63521 | 93122 93122 |
| 1040034 | 1040034 | 63521 63521 | 93123 93123 |
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)
);