inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 91773
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1029120 | 1029120 | 241550 241550 | 91773 91773 |
| 1029121 | 1029121 | 62618 62618 | 91773 91773 |
| 1029122 | 1029122 | 77207 77207 | 91773 91773 |
| 1029123 | 1029123 | 155379 155379 | 91773 91773 |
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)
);