inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404123
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 830041 | 830041 | 367683 367683 | 404123 404123 |
| 830042 | 830042 | 367684 367684 | 404123 404123 |
| 830043 | 830043 | 505041 505041 | 404123 404123 |
| 830044 | 830044 | 414148 414148 | 404123 404123 |
| 830045 | 830045 | 458771 458771 | 404123 404123 |
| 830046 | 830046 | 414147 414147 | 404123 404123 |
| 830047 | 830047 | 458770 458770 | 404123 404123 |
| 830048 | 830048 | 481662 481662 | 404123 404123 |
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)
);