home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

11 rows where query_id = 58732

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
471847 471847 512310 512310 58732 58732
471848 471848 218273 218273 58732 58732
471849 471849 181567 181567 58732 58732
471850 471850 63260 63260 58732 58732
471851 471851 465040 465040 58732 58732
471852 471852 424017 424017 58732 58732
471853 471853 538492 538492 58732 58732
471854 471854 124375 124375 58732 58732
471855 471855 483672 483672 58732 58732
471856 471856 36203 36203 58732 58732
471857 471857 376137 376137 58732 58732
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)
);
Powered by Datasette · Queries took 318.09ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website