Categories
Sql Server

SQL Server Table Types

Table Types in SQL Server Besides the standard user-defined tables, SQL Server provides the following types of tables in a database:- Partitioned tables:- Partitioned tables are those tables whose data is horizontally divided into units which may be placed across more than one filegroup in a database. Partitioning makes huge tables or indexes more easy to […]