adspace


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

How can we solve concurrency problems?

1123


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1134


what is the difference between openrowset and openquery?

1197


What is sql or structured query language?

1228


How do I start sql server 2017?

1016


What is the difference between upgrade and migration in sql server?

1185


What are the source of constraints?

1010


What is a view in sql?

1043


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8232


Can one drop a column from a table?

1091


What is normalization and what are the advantages of it?

1057


Where can you add custom error messages to sql server?

1215


How do I create a trace in sql server?

1121


What is an indexed view?

1023


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1048