alter table  sp_help_resource_limit

Chapter 15: Changes to Stored Procedures, Functions, and Commands

create table

Sets the identity column to int, smallint, tinyint, or numeric.

Syntax

create table [database .[owner ].]table_name (column_name datatype
        [default {constant_expression  | user | null}]
       (id int | smallint | tinyint | numeric(n) }
       {[{identity | null | not  null}]
               [off  row | [ in row [ (size_in_bytes) ] ]
............)

Parameters

id – the identity column is set as integer or numeric

create table......
       id(int)

Permissions

The System Administrator, Database Administrator and Table Owner use this clause when creating a table.





Copyright © 2005. Sybase Inc. All rights reserved. sp_help_resource_limit

View this book as PDF