inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 90723
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 410887 | 410887 | 61859 61859 | 90723 90723 |
| 410888 | 410888 | 490111 490111 | 90723 90723 |
| 410889 | 410889 | 79665 79665 | 90723 90723 |
| 410890 | 410890 | 278593 278593 | 90723 90723 |
| 410891 | 410891 | 278592 278592 | 90723 90723 |
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)
);