inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20755
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 197662 | 197662 | 244619 244619 | 20755 20755 |
| 197663 | 197663 | 269252 269252 | 20755 20755 |
| 197664 | 197664 | 494363 494363 | 20755 20755 |
| 197665 | 197665 | 10266 10266 | 20755 20755 |
| 197666 | 197666 | 269251 269251 | 20755 20755 |
| 197667 | 197667 | 530101 530101 | 20755 20755 |
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)
);