inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 423929 | 423929 | 94842 94842 | 23934 23934 |
| 423930 | 423930 | 11993 11993 | 23934 23934 |
| 423931 | 423931 | 250728 250728 | 23934 23934 |
| 423932 | 423932 | 279553 279553 | 23934 23934 |
| 423933 | 423933 | 498088 498088 | 23934 23934 |
| 423934 | 423934 | 304031 304031 | 23934 23934 |
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)
);