inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 17431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 456852 | 456852 | 490821 490821 | 17431 17431 |
| 456853 | 456853 | 157011 157011 | 17431 17431 |
| 456854 | 456854 | 315960 315960 | 17431 17431 |
| 456855 | 456855 | 528420 528420 | 17431 17431 |
| 456856 | 456856 | 81181 81181 | 17431 17431 |
| 456857 | 456857 | 218902 218902 | 17431 17431 |
| 456858 | 456858 | 8421 8421 | 17431 17431 |
| 456859 | 456859 | 251960 251960 | 17431 17431 |
| 456860 | 456860 | 281755 281755 | 17431 17431 |
| 456861 | 456861 | 281754 281754 | 17431 17431 |
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)
);