inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403922
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 407419 | 407419 | 481279 481279 | 403922 403922 |
| 407420 | 407420 | 489425 489425 | 403922 403922 |
| 407421 | 407421 | 365490 365490 | 403922 403922 |
| 407422 | 407422 | 457131 457131 | 403922 403922 |
| 407423 | 407423 | 411703 411703 | 403922 403922 |
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)
);