inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 4955
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 477322 | 477322 | 1968 1968 | 4955 4955 |
| 477323 | 477323 | 538596 538596 | 4955 4955 |
| 477324 | 477324 | 124946 124946 | 4955 4955 |
| 477325 | 477325 | 1969 1969 | 4955 4955 |
| 477326 | 477326 | 252848 252848 | 4955 4955 |
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)
);