inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 57432
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 502436 | 502436 | 126577 126577 | 57432 57432 |
| 502437 | 502437 | 34011 34011 | 57432 57432 |
| 502438 | 502438 | 57297 57297 | 57432 57432 |
| 502439 | 502439 | 253917 253917 | 57432 57432 |
| 502440 | 502440 | 324323 324323 | 57432 57432 |
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)
);