inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 42350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 537830 | 537830 | 287451 287451 | 42350 42350 |
| 537831 | 537831 | 22007 22007 | 42350 42350 |
| 537832 | 537832 | 215924 215924 | 42350 42350 |
| 537833 | 537833 | 287452 287452 | 42350 42350 |
| 537834 | 537834 | 539459 539459 | 42350 42350 |
| 537835 | 537835 | 515994 515994 | 42350 42350 |
| 537836 | 537836 | 129520 129520 | 42350 42350 |
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)
);