Mix Dot Net Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Define three test cases you should go through in unit testing
How many cookies can a application use
What does assert method do
When we create a connection in ADO.NET a metadata is created what information it contains
How to handle two language in a single application
What is serialization in .NET and What are the ways to control serialization
Home
>>
Dot Net Interview Questions
>>
Mix Dot Net Questions
How to add new column in the existing table at our desired location
Posted on May 16th , 2009 by Admin
Alter Table dotnet ADD Column (ASPNET Varchar2(28),SQL Number(6));
Site Search