table icon Table: t10

Properties

Property Value
Name t10
ID 1351675863
Owner dbo
Schema dbo
Filegroup PRIMARY
Data Size (KB) 0 KB
Index Size (KB) 0 KB
Rows 0
Unused (KB) 0 KB
ANSI Null On true
Quoted Identifier true
Lock Escalation TABLE
Lock On Bulk Load false
Lob Data Space
Filestream Data Space ID
Has Unchecked Assembly Data false
Text In Row Limit (bytes) Option not set
Large Value Types Out Of Row false
FullText Change Tracking On false
Tracked By Cdc false
Published false
Schema Published false
Replicated false
Replication Filter false
Merge Published false
Sync Tran Subscribed false
MS Shipped false
Modify Date 5/7/2011 1:22:51 AM
Create Date 5/7/2011 1:20:38 AM

Extended Properties

No extended properties defined.

Columns

Column ID Column Name Datatype Nullable Is Sparse Is Column Set
1 c1 int true false false
2 c2 int true false false
3 c3 int true false false

Identity Columns

No identity columns defined.

Primary Key Constraints

No primary key constraints defined.

Primary Key Columns

No primary key columns defined.

Foreign Keys

No foreign keys defined.

Column Level Check Constraints

No column constraints defined.

Table Level Check Constraints

No table constraints defined.

Default Constraints

No default constraints defined.

Indexes

Name Index Type Primary Key Unique Unique Constraint Ignore Duplicate Key Disabled
t10_c2_idx NONCLUSTERED false true false false false
t10_c3_uq NONCLUSTERED false true true false false

FullText Indexes

No fulltext indexes defined.

Referencing Tables

No referencing tables defined.

Object Level Permissions

No object level permissions defined.

Column Level Permissions

No explicit column permissions granted to this object

Statistics

Detailed Statistics General

NameUpdatedRowsRows SampledStepsDensityAverage Key LengthString IndexFilter ExpressionUnfiltered Rows
t10_c2_idx false

Detailed Statistics Density

No detailed statistics.

Detailed Statistics Histogram

No histogram statistics.

Detailed Statistics General

NameUpdatedRowsRows SampledStepsDensityAverage Key LengthString IndexFilter ExpressionUnfiltered Rows
t10_c3_uq false

Detailed Statistics Density

No detailed statistics.

Detailed Statistics Histogram

No histogram statistics.

Objects that depend on [t10]

Objects on which [t10] depends

SQL

Script
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[t10]( [c1] [int] NULL, [c2] [int] NULL, [c3] [int] NULL ) ON [PRIMARY]

See also

List of Tables