inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 37322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805602 | 805602 | 510235 510235 | 37322 37322 |
| 805603 | 805603 | 68546 68546 | 37322 37322 |
| 805604 | 805604 | 19384 19384 | 37322 37322 |
| 805605 | 805605 | 537702 537702 | 37322 37322 |
| 805606 | 805606 | 250187 250187 | 37322 37322 |
| 805607 | 805607 | 37567 37567 | 37322 37322 |
| 805608 | 805608 | 278548 278548 | 37322 37322 |
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)
);