thinkinterview » interview questions » SQL Server
« Previous

SQL Server Interview Questions

next »
question

What is RDBMS?

Answer Description:

Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships created and maintained across tables between data. Interdependencies between these tables are defined by the data values.

RDMS is based upon relational modal of E.F.Codd
 


Next Queston » Can UNIQUE KEY in SQL Server 2005 have two or more NULL?...

Can UNIQUE KEY in SQL Server 2005 have two or more NULL?View full queston »