List of interview questions posted by Vishalneeraj-24503- Page 38



Category Interview Questions Title
Sql Server Where we can use As keyword in Query or what's the main usage of As keyword? 01-Jul-2014 1612
Sql Server What is the Difference between below queries? Select * from Employee_Master as Emp; Select * from Employee_Master Emp; 01-Jul-2014 1611
Sql Server What is an alternate way of checking View inside Database? 01-Jul-2014 1526
Sql Server How to check if View is present in Database? 01-Jul-2014 1594
Sql Server Can we write order by clause inside CTE(Common Table Expression)? 01-Jul-2014 2483
Sql Server Give an example of CTE? 01-Jul-2014 1496
Sql Server What is the use of CTE or Common Table Expression? 01-Jul-2014 1478
Sql Server What will happen if we execute below query? Will below VIEW be created or not? create view vw_emp_information as Select TOP 50 * from employee_master order by employee_name; 01-Jul-2014 1506
Sql Server What will happen if we execute below query?Will below view be created or not? create view vw_emp_information as select * from employee_master order by employee_name; 01-Jul-2014 1630
Sql Server What is the usage of AS keyword in Sql Server? 01-Jul-2014 1652
Sql Server What will happen when we fire below query? select employee_id,first_name,middle_name,dob from employee_master order by 2,2; 01-Jul-2014 1522
Sql Server What does the ALTER TABLE clause do? 01-Jul-2014 4326
Sql Server Which of the following sign is used to connect a table name with a column name to create a fully qualified column name? 01-Jul-2014 2248
Sql Server Where is the Group By clause placed in a Sql Select Statement? 01-Jul-2014 3711
Sql Server Which of the following is not a part of Sql Server? 01-Jul-2014 2647
Sql Server Which operator is used with SQL wildcards? 01-Jul-2014 1884
Sql Server What will be the output of below Sql Statement? Select Convert(bit,1); Select Convert(bit,0); 01-Jul-2014 1385
C# What will happen if we compile below C# code? Whether it will compile or not.If compile then what will be the output? 1). if (string.IsNullOrEmpty(false)) { //code } 2). if (string.IsNullOrEmpty(1)) { //code } 01-Jul-2014 1868
Sql Server Difference between IsNumeric and Bit in Sql Server? 01-Jul-2014 1828
Sql Server Alternative way of checking whether UDF exists or not in a Table? 01-Jul-2014 1505

Navigate to page: 1 | ... 31 32 33 34 35 36 37 38  39 40 41 42 43 44 45 ... 71