SQL Server Transact Basic to Expert - Create an index in a tableKarthikeyan Anbarasan15yPublished Jun 8, 2011, 12:00 AMUpdated Jun 8, 2011, 1:47 AM3.2k00Reactions×25BlogThis blog show how to create an index in a tableSyntax:CREATE [ UNIQUE ] [ CLUSTERED | NONCLUSTERED ] INDEX indexname ON { [ databasename. [ schemaname].| schemaname. ] table or viewname}(column [ ASC | DESC ] [ n ])CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.