inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 49019
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 138290 | 138290 | 49019 49019 | 3217 3217 |
| 822405 | 822405 | 49019 49019 | 71358 71358 |
| 895393 | 895393 | 49019 49019 | 15687 15687 |
| 912255 | 912255 | 49019 49019 | 71359 71359 |
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)
);