- Q Which of the following query will correctly create the view of Employee table having fields fname,lname,dept? a) Create View emp_v In select fname,lname,dept from Employee; b) Create View emp_v As select fname,lname,dept from Employee; c) Create View emp_v like select fname,lname,dept from Employee; d) Create View emp_v As select , , fname,lname,dept , ,from Employee;
- Q Which state of India is known as “Suger Bowl”-
- Q Explain the @controller annotation.?
- Q What is the integration point with ess portal?
- Q Discuss the Agile development.
- Q Another problem with #define TRUE 0 somecode. while(TRUE) { somecode } This will not go into the loop as TRUE is defined as 0.
- Q If you mix all light colours, do you get black, white or a rainbow?
- Q What's the maximum batch size in a single trigger execution?
- Q What is the difference between the select clause and selectmany() method in linq?
- Q How do I make my ASP pages more efficient?
- Q Describe the principles of design. .