inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17330
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723509 | 723509 | 251828 251828 | 17330 17330 |
| 723510 | 723510 | 490732 490732 | 17330 17330 |
| 723511 | 723511 | 281513 281513 | 17330 17330 |
| 723512 | 723512 | 8361 8361 | 17330 17330 |
| 723513 | 723513 | 56536 56536 | 17330 17330 |
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)
);