inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 230506
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 401831 | 401831 | 258746 258746 | 230506 230506 |
| 401832 | 401832 | 153996 153996 | 230506 230506 |
| 401833 | 401833 | 206484 206484 | 230506 230506 |
| 401834 | 401834 | 206485 206485 | 230506 230506 |
| 401835 | 401835 | 212012 212012 | 230506 230506 |
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)
);