inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 54187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47705 | 47705 | 54187 54187 | 79202 79202 |
| 48518 | 48518 | 54187 54187 | 79203 79203 |
| 309195 | 309195 | 54187 54187 | 79201 79201 |
| 436571 | 436571 | 54187 54187 | 79204 79204 |
| 835110 | 835110 | 54187 54187 | 79205 79205 |
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)
);