inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 16829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 426940 | 426940 | 80062 80062 | 16829 16829 |
| 426941 | 426941 | 220044 220044 | 16829 16829 |
| 426942 | 426942 | 201574 201574 | 16829 16829 |
| 426943 | 426943 | 279750 279750 | 16829 16829 |
| 426944 | 426944 | 490271 490271 | 16829 16829 |
| 426945 | 426945 | 250847 250847 | 16829 16829 |
| 426946 | 426946 | 279749 279749 | 16829 16829 |
| 426947 | 426947 | 8093 8093 | 16829 16829 |
| 426948 | 426948 | 68252 68252 | 16829 16829 |
| 426949 | 426949 | 339479 339479 | 16829 16829 |
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)
);