user defined datatypes
Answer / subbu
User-defined data types can be used when several tables
must store the same type of data in a column and you must
ensure that these columns have exactly the same data type,
length, and nullability.
Is This Answer Correct ? | 3 Yes | 4 No |
Explain primary key?
Explain the storage models of OLAP?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
Can we add an identity column to decimal datatype?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Is it safe to delete log files?
How to display a past time in days, hours and minutes?
What is the difference between in and exists. Ex: select * from emp where empno in(....) and select * from emp where empno exists(....) What is the difference between a Join and Union and Union and UnionAll.
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What are types of subqueries?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is query cost in sql server?