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 what are the restrictions that views have to follow? : SQL Server Architecture
Tell me something about security and sql azure?
What is cursors? And what are the different types of cursor?
What is the default Port No on which SQL Server listens?
Does the order of columns in update statements matter?
What is transact-sql ddl trigger?
Explain user defined views?
What are 3 ways to get a count of the number of records in a table?
How to generate create function script on an existing function?
Explain the advantages of merge replication?
What does asynchronous call backs means?
What are the system database in sql server 2005?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Explain the use of keyword with encryption. Create a store procedure with encryption?
How do I run sql server 2014?