inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 63389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 23585 | 23585 | 63389 63389 | 92913 92913 |
| 26923 | 26923 | 63389 63389 | 92915 92915 |
| 38398 | 38398 | 63389 63389 | 92916 92916 |
| 440862 | 440862 | 63389 63389 | 92911 92911 |
| 862058 | 862058 | 63389 63389 | 92914 92914 |
| 933169 | 933169 | 63389 63389 | 92912 92912 |
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)
);