![]() Related Questions How many defaults can be placed on one column of a able.If this col had an existing default, what will happen if one more is added? Read Answers (1) | Asked by : Sudeep Biswas Copies definitions for specified views, rules, defaults, triggers, procedures, or reports from a database to an operating system file or from an operating system file to a database. Latest Answer : Defncopy is a sybase tool that defines the objective statements such views, triggers, defaults,rules and so on ... Read Answers (2) | Asked by : James Latest Answer : The minimum table size is equal to 1 extent (that is equal to 8 pages). ... A column name is given to you. You have to find out which table has that column. Database has 230 tables. For example: empid (column name) For this how do you find out which table has the column (empid) ? Read Answers (5) | Asked by : Karthi Latest Answer : declare @var intselect @var = 1update set @var = @var*< colname >select @var ... How we can add a NotNull Column in a table by using alter command (without using default command)? Latest Answer : First add the column as NULL. Then populate the column with non-null data. Then modify the column to NOT NULL. You may need to set dboption "select into" to True. ... What are the default size of master database in sybase ? Latest Answer : The default size of a master database in sybase is 6MB for a 2K page size Adaptive server. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||