inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12188
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 642888 | 642888 | 212637 212637 | 12188 12188 |
| 642889 | 642889 | 486552 486552 | 12188 12188 |
| 642890 | 642890 | 74977 74977 | 12188 12188 |
| 642891 | 642891 | 5288 5288 | 12188 12188 |
| 642892 | 642892 | 201438 201438 | 12188 12188 |
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)
);