inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 65009
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 168440 | 168440 | 267150 267150 | 65009 65009 |
| 168441 | 168441 | 339294 339294 | 65009 65009 |
| 168442 | 168442 | 267149 267149 | 65009 65009 |
| 168443 | 168443 | 243417 243417 | 65009 65009 |
| 168444 | 168444 | 44951 44951 | 65009 65009 |
| 168445 | 168445 | 104416 104416 | 65009 65009 |
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)
);