Question { 26989 }
Difference between Dirty, commited ,phantom,repeatable
reads?
Answer
| Is This Answer Correct ? | 4 Yes | 1 No |
What is difference between TRUNCATE and DELETE statement
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the diff between Static Queries and Dynamic queries
give me some examples
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { 11760 }
how to get 25th row in any table in sqlserver can u tell me
syntax
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the new features in SQL Server 2005?
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5712 }
i need some interview questions on sql server developer plz
any onee send some links.
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
i have table students with fields classname,studname
select * from students
classname studname
1 xxxxx
1 yyyy
1 zzzz
2 qqqq
2 tttt
3 dsds
3 www
i want the output should be
No of students in class 1 : 3
No of students in class 2 : 2
No of students in class 3 : 2
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 9707 }
what is the difference between group and having
give an example with query and sample output
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { Geo Research Centre, 8478 }
what is the difference between Delete and Truncate
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 247Customer, 15370 }
Differences between functions and stored procedures?
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 247Customer, 16052 }
Can we have more than one NULL in a column having unique
constraint?
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Package1 and Package2 both have a method name lets say
"methodA" with different implementation. When I import both
the packages in a java class how can I use both the methods?
Answer
| Is This Answer Correct ? | 27 Yes | 3 No |
Question { 8720 }
1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;"
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
SELECT country,city
FROM customers
GROUP BY country
ORDER BY city DESC
Answer
| Is This Answer Correct ? | 12 Yes | 9 No |
Question { United Healthcare, 12185 }
How many types of indexes are there in SQL Server?
Answer
| Is This Answer Correct ? | 6 Yes | 0 No |