inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 50821
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 147027 | 147027 | 50821 50821 | 15851 15851 |
| 245222 | 245222 | 50821 50821 | 15852 15852 |
| 704920 | 704920 | 50821 50821 | 73916 73916 |
| 995074 | 995074 | 50821 50821 | 73917 73917 |
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)
);