inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 11789
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 598895 | 598895 | 486189 486189 | 11789 11789 |
| 598896 | 598896 | 291727 291727 | 11789 11789 |
| 598897 | 598897 | 74476 74476 | 11789 11789 |
| 598898 | 598898 | 291726 291726 | 11789 11789 |
| 598899 | 598899 | 256915 256915 | 11789 11789 |
| 598900 | 598900 | 42340 42340 | 11789 11789 |
| 598901 | 598901 | 5033 5033 | 11789 11789 |
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)
);