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 1658
Sql Server Which Sql statement would you use to select all employees whose employee Id ranging 100 to 200; 02-Jul-2014 2141
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 1611
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 1567
ASP.NET How to disable Mouse right click on web page? 02-Jul-2014 1609
jQuery How to disable cut,copy & paste in TextBox using jQuery? 02-Jul-2014 1906
jQuery How to disable mouse right click using jQuery? 02-Jul-2014 1900
ASP.NET How to Disable Copy Paste and Cut in a ASP.NET Webpage TextBox? 02-Jul-2014 1668
ASP.NET How to disable Caching on the browsers? 02-Jul-2014 1795
jQuery How to disable Browser Back button through jQuery? 02-Jul-2014 25419
JavaScript How to disable both Back and Forward Browser buttons? 02-Jul-2014 3547
JavaScript How to disable browser's Back button? 02-Jul-2014 2810
Sql Server What will happen when we fire below query? Select ID,Name from Table_name order by 2; 02-Jul-2014 1975
Sql Server What will happen when we fire below query? Select ID,Name from Table_name order by 3; 02-Jul-2014 1695
Sql Server Which Sql statement would you use to select all employees whose last name ends with 'F'? 01-Jul-2014 2070
Sql Server Which Sql statement would you use to delete the row for employee id = 10? 01-Jul-2014 2306
Sql Server Which Sql statement would you use to select all employees whose first name starts with 'F'? 01-Jul-2014 1896
Sql Server What is an alternate way of appending or concatenating strings in Sql Server. 01-Jul-2014 1425
Sql Server How to Concatenate two strings in Sql Server? 01-Jul-2014 1348
Sql Server What is the use of USE keyword in Sql Server Or MySql Database? 01-Jul-2014 1908

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