inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 135844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 424339 | 424339 | 94890 94890 | 135844 135844 |
| 424340 | 424340 | 279590 279590 | 135844 135844 |
| 424341 | 424341 | 279591 279591 | 135844 135844 |
| 424342 | 424342 | 279589 279589 | 135844 135844 |
| 424343 | 424343 | 313273 313273 | 135844 135844 |
| 424344 | 424344 | 250750 250750 | 135844 135844 |
| 424345 | 424345 | 498105 498105 | 135844 135844 |
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)
);