inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 59039
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 494731 | 494731 | 59039 59039 | 1819 1819 |
| 788849 | 788849 | 59039 59039 | 86350 86350 |
| 897420 | 897420 | 59039 59039 | 86349 86349 |
| 907960 | 907960 | 59039 59039 | 86351 86351 |
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)
);