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 / apparao akki
For 10 records..
SQL> Select * from Emp where rownum<=10;
/
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the commands in sql server?
Does a full backup include transaction log?
How do you delete duplicate records in sql server?
can a table be moved to different filegroup? : Sql server administration
What are sql server functions?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How to create a user to access a database in ms sql server using "create user" statements?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
How to create database with physical files specified in ms sql server?
Does group by sort data?
How can you check the version of sql server?
Explain transaction server isolation?
How do I debug a stored procedure in sql server?
How to maintain a fill factor in existing indexes?
What is primary key index?