inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15394
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 119957 | 119957 | 314103 314103 | 15394 15394 |
| 119958 | 119958 | 241848 241848 | 15394 15394 |
| 119959 | 119959 | 59772 59772 | 15394 15394 |
| 119960 | 119960 | 7239 7239 | 15394 15394 |
| 119961 | 119961 | 488801 488801 | 15394 15394 |
| 119962 | 119962 | 77487 77487 | 15394 15394 |
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)
);