inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 65636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 395779 | 395779 | 45304 45304 | 65636 65636 |
| 395780 | 395780 | 278574 278574 | 65636 65636 |
| 395781 | 395781 | 510255 510255 | 65636 65636 |
| 395782 | 395782 | 278572 278572 | 65636 65636 |
| 395783 | 395783 | 278573 278573 | 65636 65636 |
| 395784 | 395784 | 537711 537711 | 65636 65636 |
| 395785 | 395785 | 220665 220665 | 65636 65636 |
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)
);