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



Category Interview Questions Title
Sql Server Which Alternate Sql statement would you use to select all employees whose employee Id ranging 100 to 200 instead of Between operator? 02-Jul-2014 2057
Sql Server Which Sql statement would you use to select all employees whose employee Id ranging 100 to 200; 02-Jul-2014 2637
Sql Server What will happen if we execute below queries? Select emp_id,employee_name from employee_master e inner join employee_address ea on e.emp_id = ea.emp_id; Select emp_id,emp_id,employee_name from employee_master e inner join employee_address ea on e.emp_id = ea.emp_id; 02-Jul-2014 1900
Sql Server What will happen if we execute below query?Will it compile or will it give the output? Select created_date,* From Employee_Master e order by Emp_Id,Created_Date; 02-Jul-2014 1846
ASP.NET How to disable Mouse right click on web page? 02-Jul-2014 1927
jQuery How to disable cut,copy & paste in TextBox using jQuery? 02-Jul-2014 2239
jQuery How to disable mouse right click using jQuery? 02-Jul-2014 2238
ASP.NET How to Disable Copy Paste and Cut in a ASP.NET Webpage TextBox? 02-Jul-2014 1996
ASP.NET How to disable Caching on the browsers? 02-Jul-2014 2086
jQuery How to disable Browser Back button through jQuery? 02-Jul-2014 25776
JavaScript How to disable both Back and Forward Browser buttons? 02-Jul-2014 3824
JavaScript How to disable browser's Back button? 02-Jul-2014 3081
Sql Server What will happen when we fire below query? Select ID,Name from Table_name order by 2; 02-Jul-2014 2260
Sql Server What will happen when we fire below query? Select ID,Name from Table_name order by 3; 02-Jul-2014 1973
Sql Server Which Sql statement would you use to select all employees whose last name ends with 'F'? 01-Jul-2014 2443
Sql Server Which Sql statement would you use to delete the row for employee id = 10? 01-Jul-2014 2668
Sql Server Which Sql statement would you use to select all employees whose first name starts with 'F'? 01-Jul-2014 2317
Sql Server What is an alternate way of appending or concatenating strings in Sql Server. 01-Jul-2014 1730
Sql Server How to Concatenate two strings in Sql Server? 01-Jul-2014 1675
Sql Server What is the use of USE keyword in Sql Server Or MySql Database? 01-Jul-2014 2205

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