inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 46851
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 143161 | 143161 | 46851 46851 | 15760 15760 |
| 255603 | 255603 | 46851 46851 | 67916 67916 |
| 973129 | 973129 | 46851 46851 | 15761 15761 |
| 979328 | 979328 | 46851 46851 | 67915 67915 |
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)
);