what is MetadData?.
What is CTS?
Type of Join in SQL Server?
What is diffrence between Primary Key and Unique Key?

Answers were Sorted based on User's Feedback



what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / samrat

What is diffrence between Primary Key and Unique Key?
Unique key may be null but Primary key never null

Is This Answer Correct ?    23 Yes 0 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / bharathi

Meta data is data about data. in which contain information
about the refered type.

Is This Answer Correct ?    15 Yes 1 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / nageswara rao.garine

Metadata is the data about data.
it is one part of assembly.CLR reads metadata to know about
assembly .


CTS stands for common type Specification.it is set of rules
which can be followed by all .net languages.


There r mainly 3 types .

EQUI JOIN
NON EQUI JOIN
SELF JOIN


Primary key doesn't allow null values but unique allows null
values,not allow duplicate values.

Is This Answer Correct ?    14 Yes 2 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / amit v

=>Meta data is information related to data itself.

=>CTS is Common Type Specification,it's describe the type
of data type used in dotNet.

=>Inner join,self Join,outer join.

=>Primary key cant be null,but it is not the case in unique
key.

Is This Answer Correct ?    8 Yes 1 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / m.karunakar

Metadata?

describe the properties/characteristics of the data.example
name variable contains what type of data whether it may be
digits or char and total number of bytes it takes.
CTS
Common type System.it shows .Net supported predefined data
types(Value and Refernce type).
Join?
inner join,outerjoin,equijoin.
primary key identifies uniquness and not a null value in the
rows and unique key accept null value also .

Is This Answer Correct ?    3 Yes 0 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / esas

MetaData: Its contains the information abt the data itself
Eg: Glossary of a Book,which contains the
title,subtopics,page no..

CTS(Common type System):
Its used to convert any datatype to a common type supported
by .Net

Types of Joins:
i)Inner Join
ii)Outer Join
a)Left Outer Join
b)Right Outer Join
c)Full Outer Join
iii)cross Join

Primary Key:
It cant be a null value...it should be unique...A primary
key of a table may be a foreign key foe other table...

Is This Answer Correct ?    4 Yes 3 No

what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Ke..

Answer / anil

MetaData - it is information about data,it store in assembly

CTS - Comman Type System, its data type related

join - inner join
left outer join
right outer join
full join
cross join

primary Key - it identify each row of table uniquly,

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


Microsoft introduced c# as a de facto language of the .NET platform. What is mean by de facto and fot what purpose? Please answer me. Advance thanks.

3 Answers   Excel,


What is the difference between using system.net and system.net.sockets?

1 Answers  


Which is the default http method for an action method?

0 Answers  






what is .edmx file and what it contains?

0 Answers   Microsoft,


Define the core components of an ASP.NET MVC application?

0 Answers  


How is method overriding different from method overloading

1 Answers   Siebel Systems,


What is meant by domain model?

0 Answers  


im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


What is the .net framework 3.0 (formerly winfx)?

0 Answers  


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


Categories