inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 30603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 950327 | 950327 | 534653 534653 | 30603 30603 |
| 950328 | 950328 | 503585 503585 | 30603 30603 |
| 950329 | 950329 | 40914 40914 | 30603 30603 |
| 950330 | 950330 | 15757 15757 | 30603 30603 |
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)
);