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 many types of relations are there between dimension and measure group? : sql server analysis services, ssas
what's the information that can be stored inside a bit column? : Sql server database administration
How do I completely remove sql server instance?
What is triggers in ms sql server?
Explain what are commit and rollback in sql?
What is subquery? Explain the properties of a subquery?
What is cte (common table expression)?
How do clustered indexes store data?
Benefits of Stored Procedures?
What are the types of indexing?
What do you mean by normalisation?
What are the new scripting capabilities of ssms? : sql server management studio
How do I find the transaction log size in sql server?
Explain Geometry datatype in sql server 2008 with example
What is Extended user-defined?