Pregunta de entrevista de Microsoft

Can you name the six properties of SQL Server tables?

Respuesta de la entrevista

Anónimo

4 abr 2015

This question threw me a bit because I started racking my brain trying to figure out what they were asking for. I said I didn't quite understand the question and they moved on. After the fact I realized they were asking for the six properties of "relational" tables: atomic, column value types are consistent, unique column names, column order irrelevant, unique rows, row order irrelevant.

1