Computes a minimum spanning tree using Prim's algorithm. FromNode int NOT NULL REFERENCES dbo.Node (Id), ToNode int NOT NULL REFERENCES dbo.Node (Id), Estimate decimal(10,3) NOT NULL, -- What is the ...