Why do you want to directly query that table? If you are using a document type for instance in a repeater, you can access that information simply by using Eval("DocumentName")
or whatever the column name is. This is because the repeater uses a SQL view to make several joins to different tables.