inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 295509 | 295509 | 246690 246690 | 21525 21525 |
| 295510 | 295510 | 335776 335776 | 21525 21525 |
| 295511 | 295511 | 495227 495227 | 21525 21525 |
| 295512 | 295512 | 10673 10673 | 21525 21525 |
| 295513 | 295513 | 89181 89181 | 21525 21525 |
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)
);