| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How reterive duplicate value in SQL? | | 5 |
| How to select Distinct columns from the table, table having
20 columns and i want all coulmns | Wipro | 3 |
| WRITE A FUNCTION TO DISPLAY THE OUTPUT OF AN EXISTING TABLE
RANGE LIKE COMMAM SEPERATED VALUES LIKE RANGE1,RANGE2,... | TVS | 2 |
| hi,
how to match retrieve the unmatched records from 2 tables
in which we dont have any primary key. example : table1 has
1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want
the numbers from 6 to 10 to be displayed and should not
come as null. i need the numbers. please reply as soon as
possible.
| | 2 |
| How to find the date and time of last updated table?
| | 2 |
| Which is the subset of SQL commands used to manipulate
Oracle Database structures, including tables? | | 2 |
| what is index seek and index scan? | | 2 |
| Differences between functions and stored procedures? | 247Customer | 6 |
| What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table | HP | 15 |
| What should we do to copy the tables, schema and views from
one SQL Server to another? | | 3 |
| I am having table Title with TITLE id,Author ID, Publiser
ID , table AUTHOR with Author ID, Author Name, table
PUBLISER with Pub ID, Pub name Here hot to find out the
publiser id who have relesed the books of patriticular
author? | | 3 |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 3 |
| hi,
i have a table called names and field name
select * from names
name
a
b
c
d
i want to display like this
name
a,b,c,d
how it is possible
Regards
Baiju | | 3 |
| Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed) | | 5 |
| system date format is "yy-mm-dd"
"select getdate()" ----> 2009-01-24 20:03:28.513
if i write "select dateadd(dd,2,getdate())
".it returns "2009-01-26 19:59:38.340"...my question is dat
could it be possible to retrive da date in da format "26
jan 2009 ...."??
| | 8 |
| event classes in sql server | Accenture | 1 |
| What is an extended stored procedure? Can you instantiate a
COM object by using T-SQL?
| HCL | 3 |
| What is row by row processing ? | | 1 |
| What is the difference between Drop and Truncate | | 10 |
| in tabase table having a column in it empname field is
there which having 5 duplicate values is there i want
deleted all the duplicates i want showing only one name
only. | | 7 |
| |
| For more SQL Server Interview Questions Click Here |