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


Please Help Members By Posting Answers For Below Questions

Write a query to find 5th highest amount paid from the customer table.

698


What is inline variable assignment?

775


What is faster join or union?

797


how you can configure a running aggregate in SSRS?

131


What is the importance of concurrency control?

959






What are the advantages of using stored procedures in sql server?

693


What is Replication?

808


What is bcp? When does it used?

724


What is replication with database mirroring? : sql server database administration

699


What is @@rowcount in sql?

727


what is a transaction and what are acid properties? : Sql server database administration

698


How many types of keys are there?

731


What are the types of user defined functions in sql server?

713


Do you know what are the ways available in sql server to execute sql statements?

723


How you would rewrite the sql query to return the customerid sorted numerically?

755