Top "Relational" questions

Shredding data from XML, Importing into Relational Tables (SQL Server 2008)

I have looked everywhere for help on this. I'm new to all this and I'm finding it hard to understand …

xml sql-server-2008 xquery relational
Relational DB in-memory?

I have a simpleton question on Redis. If the key to it's performance is that it's in-memory, whey can't that …

sql redis relational in-memory
Find the sids of the suppliers who supply every part

3 tables: Suppliers(sid, sname, address), Parts(pid, pname, colour), Catalog(sid, pid, cost) The answer to find all the suppliers …

sql algebra relational