inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 50541
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 180878 | 180878 | 50541 50541 | 16048 16048 |
| 356487 | 356487 | 50541 50541 | 73481 73481 |
| 356488 | 356488 | 50541 50541 | 73482 73482 |
| 721592 | 721592 | 50541 50541 | 16049 16049 |
| 976672 | 976672 | 50541 50541 | 73480 73480 |
| 976675 | 976675 | 50541 50541 | 73483 73483 |
| 980717 | 980717 | 50541 50541 | 73484 73484 |
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)
);