inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 19363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 683909 | 683909 | 9483 9483 | 19363 19363 |
| 683910 | 683910 | 297605 297605 | 19363 19363 |
| 683911 | 683911 | 259488 259488 | 19363 19363 |
| 683912 | 683912 | 85158 85158 | 19363 19363 |
| 683913 | 683913 | 296647 296647 | 19363 19363 |
| 683914 | 683914 | 201764 201764 | 19363 19363 |
| 683915 | 683915 | 493126 493126 | 19363 19363 |
| 683916 | 683916 | 296648 296648 | 19363 19363 |
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)
);