inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 928
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 655322 | 655322 | 9370 9370 | 928 928 |
| 655323 | 655323 | 158601 158601 | 928 928 |
| 655324 | 655324 | 305418 305418 | 928 928 |
| 655325 | 655325 | 338 338 | 928 928 |
| 655326 | 655326 | 84669 84669 | 928 928 |
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)
);