I have am using a closure table for some page heirarchy. I want to be able to delete a page and update the level of the children it leaves.
I have a table relating records using the adjacency list method (table A), and another table relating the same records using a closure table (table B).They both capture the same graph, so they both ne
I have a historical transitive closure table that represents a tree. create table TRANSITIVE_CLOSURE ( CHILD_NODE_ID number not null enable,
I have some code I\'ve been using in SQL Server to generate a closure table from another table that has just the direct parent/child relationships, I can run very simple queries against this to determ
Is there a way to duplicate a db record with linq to sql in c#? Id [int] IDENTITY(1,1) NOT NULL PRIMARY KEY,