Question { 25794 }
The Difference between 'Count' and 'Count(*)'
Answer
Is This Answer Correct ? | 9 Yes | 0 No |
Question { 9272 }
What is the difference between Userdefined function and
stored procedure? Explain and give the example also
Answer
Is This Answer Correct ? | 8 Yes | 0 No |
State the difference between implict and explict cursor's?
Answer
Is This Answer Correct ? | 7 Yes | 2 No |
How to retrieve Duplicate Rows only in a Table?
Suppose if a Table Name is "Education". It consists of
multiple columns. Then if we insert rows into this table
with duplicate records then how can we retrieve only
duplicate records from that table?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 49891 }
How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer
Is This Answer Correct ? | 33 Yes | 7 No |
what command is used to create a table by copying the
structure of another table including constraints ?
Answer
Is This Answer Correct ? | 1 Yes | 6 No |
find out the third highest salary?
Answer
Is This Answer Correct ? | 8 Yes | 5 No |
Question { 11253 }
what is curser.
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 9376 }
Ho to insert no. of records at a time..i mean i want to
insert 100 records at a time into a table
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 8394 }
Alternative way to DetDate() function?
Answer
Is This Answer Correct ? | 1 Yes | 1 No |
write the query for taking database backup in sql
Answer
Is This Answer Correct ? | 44 Yes | 20 No |
In performance wise distinct is good or group by is good?
eg:select name from emp group by name;
select distinct name from emp;
Answer
Is This Answer Correct ? | 5 Yes | 3 No |