what is MetadData?.
What is CTS?
Type of Join in SQL Server?
What is diffrence between Primary Key and Unique Key?
Answer Posted / 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 |
Post New Answer View All Answers
what is entity data model?
What symbol would you use to denote, the start of a code block in razor views?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is viewstart page in mvc?
Can you explain the page life cycle of mvc?
What is entitycontainer? : Entity framework
What is the use of razor view engine?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is the full form of sp?
Explain the advantages of dependency injection (di) in asp.net mvc?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
how do you query in entity model when the result has a join from from different database other than the entity model?
explain what is ado.net entity framework?
How we can register the Area in ASP.Net MVC?
What is the need of Action Filters in ASP.Net MVC