inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1003804 | 1003804 | 275004 275004 | 10521 10521 |
| 1003805 | 1003805 | 48509 48509 | 10521 10521 |
| 1003806 | 1003806 | 239300 239300 | 10521 10521 |
| 1003807 | 1003807 | 10148 10148 | 10521 10521 |
| 1003808 | 1003808 | 42379 42379 | 10521 10521 |
| 1003809 | 1003809 | 4291 4291 | 10521 10521 |
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)
);