inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 47212
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665083 | 665083 | 47212 47212 | 68484 68484 |
| 967351 | 967351 | 47212 47212 | 68486 68486 |
| 1024158 | 1024158 | 47212 47212 | 68487 68487 |
| 1024162 | 1024162 | 47212 47212 | 68485 68485 |
| 1024163 | 1024163 | 47212 47212 | 68488 68488 |
| 1024164 | 1024164 | 47212 47212 | 68489 68489 |
| 1024167 | 1024167 | 47212 47212 | 68490 68490 |
| 1035394 | 1035394 | 47212 47212 | 68491 68491 |
| 1035397 | 1035397 | 47212 47212 | 68492 68492 |
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)
);