inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30730
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 925369 | 925369 | 40167 40167 | 30730 30730 |
| 925370 | 925370 | 168774 168774 | 30730 30730 |
| 925371 | 925371 | 15830 15830 | 30730 30730 |
| 925372 | 925372 | 243832 243832 | 30730 30730 |
| 925373 | 925373 | 67445 67445 | 30730 30730 |
| 925374 | 925374 | 534712 534712 | 30730 30730 |
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)
);