inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 5220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 886246 | 886246 | 159406 159406 | 5220 5220 |
| 886247 | 886247 | 493923 493923 | 5220 5220 |
| 886248 | 886248 | 2076 2076 | 5220 5220 |
| 886249 | 886249 | 9854 9854 | 5220 5220 |
| 886250 | 886250 | 266312 266312 | 5220 5220 |
| 886251 | 886251 | 228321 228321 | 5220 5220 |
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)
);