inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 67717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 892435 | 892435 | 46689 46689 | 67717 67717 |
| 892436 | 892436 | 240880 240880 | 67717 67717 |
| 892437 | 892437 | 76880 76880 | 67717 67717 |
| 892438 | 892438 | 230972 230972 | 67717 67717 |
| 892439 | 892439 | 207254 207254 | 67717 67717 |
| 892440 | 892440 | 155120 155120 | 67717 67717 |
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)
);