inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 70927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 451798 | 451798 | 70927 70927 | 7512 7512 |
| 1006820 | 1006820 | 70927 70927 | 7515 7515 |
| 1013956 | 1013956 | 70927 70927 | 7514 7514 |
| 1013963 | 1013963 | 70927 70927 | 7513 7513 |
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)
);