inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 863
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 301039 | 301039 | 246900 246900 | 863 863 |
| 301040 | 301040 | 495386 495386 | 863 863 |
| 301041 | 301041 | 89514 89514 | 863 863 |
| 301042 | 301042 | 10724 10724 | 863 863 |
| 301043 | 301043 | 530572 530572 | 863 863 |
| 301044 | 301044 | 310 310 | 863 863 |
| 301045 | 301045 | 63165 63165 | 863 863 |
| 301046 | 301046 | 160667 160667 | 863 863 |
| 301047 | 301047 | 318904 318904 | 863 863 |
| 301048 | 301048 | 35290 35290 | 863 863 |
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)
);