inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 13764
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 732538 | 732538 | 297482 297482 | 13764 13764 |
| 732539 | 732539 | 6222 6222 | 13764 13764 |
| 732540 | 732540 | 259876 259876 | 13764 13764 |
| 732541 | 732541 | 526441 526441 | 13764 13764 |
| 732542 | 732542 | 487427 487427 | 13764 13764 |
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)
);