Answer Posted / ashis dey
select top 100 fieldname from tablename group by fieldname
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the ‘fillfactor’?
Define left outer join?
How many primary keys are possible in a table?
How can we rewrite sub-queries into simple select statements or with joins?
What is the exact numeric data type in sql?
Explain about nested stored procedure?
Explain syntax for disabling triggers?
What is database black box testing?
How to create stored procedures with parameters in ms sql server?
What is the difference between clustered and non-clustered indexes in ms sql server?
What are the advantages of sql stored procedure?
What is the difference between an index and a unique index?
You want to implement the one-to-many relationship while designing tables. How would you do it?
What is sub query and its properties?
What is a group function explain with an example?