inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 146501
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68968 | 68968 | 260346 260346 | 146501 146501 |
| 68969 | 68969 | 260347 260347 | 146501 146501 |
| 68970 | 68970 | 308952 308952 | 146501 146501 |
| 68971 | 68971 | 165979 165979 | 146501 146501 |
| 68972 | 68972 | 501387 501387 | 146501 146501 |
| 68973 | 68973 | 101740 101740 | 146501 146501 |
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)
);