inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 1065
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14542 | 14542 | 488787 488787 | 1065 1065 |
| 14543 | 14543 | 396 396 | 1065 1065 |
| 14544 | 14544 | 28326 28326 | 1065 1065 |
| 14545 | 14545 | 7229 7229 | 1065 1065 |
| 14546 | 14546 | 264273 264273 | 1065 1065 |
| 14547 | 14547 | 241802 241802 | 1065 1065 |
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)
);