inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 65322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 714823 | 714823 | 201365 201365 | 65322 65322 |
| 714824 | 714824 | 238467 238467 | 65322 65322 |
| 714825 | 714825 | 227333 227333 | 65322 65322 |
| 714826 | 714826 | 45135 45135 | 65322 65322 |
| 714827 | 714827 | 45134 45134 | 65322 65322 |
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)
);