inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 30808
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 830003 | 830003 | 38064 38064 | 30808 30808 |
| 830004 | 830004 | 267873 267873 | 30808 30808 |
| 830005 | 830005 | 15875 15875 | 30808 30808 |
| 830006 | 830006 | 534750 534750 | 30808 30808 |
| 830007 | 830007 | 243890 243890 | 30808 30808 |
| 830008 | 830008 | 57094 57094 | 30808 30808 |
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)
);