TCS SQL Question
TCS SQL Question
28. What meant by Performance Tuning, how can we do the performance tuning on stored
procedures and tell some steps to do the performance tuning
29. How to write a script for upate the data in prod , I have 50000 row are there
30. Can foreign key take role of primary key?
31. What is Data model and how to prepare a data model.?
32. What is the difference between MVC and Teir Architecher? Plz explain with Layyered
Programming example...?
33. How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1
a:2 s:1 k:1 r:1 please give any idea on that
34. Select the 3rd maximum salary from sql server database if 4 (just an example In
practically I may not know the exact situation) of the highest salaries are equal.
35. Which database is best to use in oracle and sql server? explain reasons?
36. Why we use cursor?
37. If we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5
5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many
times a single term comes..
38. What is execution Plan in sql server
39. What is Index Segmentation ?
40. If we shrink the Databse and Files, how much size is decreased?
41. In which situation you use Self joins?
42. What is mean by trigger?.......normally wat use......when trigger used in sql........... plz
clearly say with example.......
43. In join, which clause in not used?