inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 799488 | 799488 | 227865 227865 | 89444 89444 |
| 799489 | 799489 | 159611 159611 | 89444 89444 |
| 799490 | 799490 | 61052 61052 | 89444 89444 |
| 799491 | 799491 | 86987 86987 | 89444 89444 |
| 799492 | 799492 | 535807 535807 | 89444 89444 |
| 799493 | 799493 | 246544 246544 | 89444 89444 |
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)
);