inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20822
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 45402 | 45402 | 10300 10300 | 20822 20822 |
| 45403 | 45403 | 28460 28460 | 20822 20822 |
| 45404 | 45404 | 269683 269683 | 20822 20822 |
| 45405 | 45405 | 57701 57701 | 20822 20822 |
| 45406 | 45406 | 244848 244848 | 20822 20822 |
| 45407 | 45407 | 530123 530123 | 20822 20822 |
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)
);