inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 301534 | 301534 | 272498 272498 | 21639 21639 |
| 301535 | 301535 | 10736 10736 | 21639 21639 |
| 301536 | 301536 | 89565 89565 | 21639 21639 |
| 301537 | 301537 | 272499 272499 | 21639 21639 |
| 301538 | 301538 | 246915 246915 | 21639 21639 |
| 301539 | 301539 | 320965 320965 | 21639 21639 |
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)
);