VIEWS WITH SYNTAX AND EXAMPLE IN SQL
Answer / amit v
create view <viewname> as Select *from <tablename>
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the 2 popular asp.net mvc view engines?
How do you do role based security ?
1 Answers Accenture, BirlaSoft,
What is difference between constants, readonly and, static
what is MVC pattern?
Can I remove .net framework?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What is strong name?
If foreground completes its processing will it wait for background threads?
How .net assemblies are registred as private and shared assembly ?
If background completes its processing will it wait for foreground threads?
What is entity graph? : Entity framework
What is the use of the default route?