A family of Microsoft relational database management systems designed for ease of use.
Data is stored in one way only, as values at column positions in rows in table. This is known as the Information Rule, and was Rule #1 of the twelve rules put forward by Ted Codd in the early days of the development of the database relational model. These rules are among the fundamental principles of the model.
Tables can have many more than 10,000 rows of course, and there will be no problems computing values in computed columns in queries provided that the tables are correctly designed, and model the real world entity types accurately. Crucial to the efficiency of data retrieval, however, is that columns in tables are, where appropriate, correctly indexed.