inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404539
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 285511 | 285511 | 507794 507794 | 404539 404539 |
| 285512 | 285512 | 370413 370413 | 404539 404539 |
| 285513 | 285513 | 482456 482456 | 404539 404539 |
| 285514 | 285514 | 417291 417291 | 404539 404539 |
| 285515 | 285515 | 460786 460786 | 404539 404539 |
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)
);