inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7335
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 792870 | 792870 | 240483 240483 | 7335 7335 |
| 792871 | 792871 | 261768 261768 | 7335 7335 |
| 792872 | 792872 | 14981 14981 | 7335 7335 |
| 792873 | 792873 | 37071 37071 | 7335 7335 |
| 792874 | 792874 | 2934 2934 | 7335 7335 |
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)
);