inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404916
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838746 | 838746 | 420761 420761 | 404916 404916 |
| 838747 | 838747 | 420760 420760 | 404916 404916 |
| 838748 | 838748 | 497856 497856 | 404916 404916 |
| 838749 | 838749 | 483207 483207 | 404916 404916 |
| 838750 | 838750 | 373243 373243 | 404916 404916 |
| 838751 | 838751 | 462946 462946 | 404916 404916 |
| 838752 | 838752 | 373242 373242 | 404916 404916 |
| 838753 | 838753 | 462947 462947 | 404916 404916 |
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)
);