1. What are the grouping function in SQL ?
2. If base table of a view deleted means, what will happen
while we querying on view ? will give any error ?
3. Difference between DROP, DELETE, TRUNCATE table ?
4. What is constraints and types ?
5. What is max size of nchar & nvarchar ?
6. Define ROLLBACK, COMMIT, SAVE POINT
7. How non-clustered better ? or rank the Clustered,
Non-Clustered and Table scan in performance wise
8. Select 10 rows from a table ?
9. Define DML, DDL, DCL, DTL commands ?
10. What is mean by NULL value ? NULL means "" or 0 or
undefined ?
11. Default constraints ?
12. Can we have more then primary Key in table ?
13. Type of integrity ? Entity, Referential, Domain ?
Answer Posted / srivas
Select 10 rows from a table ?
Answer : Use TOP keyword to select 10 rows from a table.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How you trouble shoot when any job fails
What is indexing explain it with an example?
Why normalization is used?
What is a filestream?
What is self join in sql server joins?
Can we use where clause with group by?
What is cached report?
What is the parse query button used for?
Can you leave a union at any time?
Differentiate between SQL and ORACLE joins and write their syntax.
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is fill factor and pad index?
Can I disable or restrict ssrs export formats (rendering formats)?
What are .mdf files?
Does a full backup include transaction log?