Monday 21 November 2016

SQL Advance

SQL

  1. What are the different types of replication available in SQL server?

  2. Snapshot Replication
    Transactional Replication
    Merge Replication
    All of the above.

  3. ACID stands for _______.

  4. Atomic, Cryptic, Independent, Durable
    Atomicity, Consistency, Isolation, Durability
    Automatic, Concurrent, Isolation, Durability
    Atomicity, Consistency, Isolation, Decoupled

  5. Which of the followings are valid Transaction levels in SQL Server?

  6. READ COMMITTED
    READ UNCOMMITTED
    REPEATABLE READ
    All of the above

  7. What is the correct order of query operators in a SQL query?

  8. SELECT -> FROM -> OUTER -> WHERE
    FROM -> OUTER -> WHERE -> ON
    SELECT -> FROM -> WHERE -> OUTER
    FROM -> OUTER -> GROUP BY -> WHERE

  9. RAID stands for ________.

  10. Reduce Array of Independent Disks
    Redundant Array of Independent Disks
    Redundant Automatic Individual Durable
    Redundancy Accelerator Independent Disks

  11. OLTP stands for _________.

  12. Online Transaction Processing
    Offline Transaction Processing
    Ontime Transaction Program
    Online Timebound Processing

  13. Which of the followings are the types of locks in SQL Server?

  14. Shared locks
    Exclusive locks
    Schema locks
    All of the above

  15. What are the different types of temporary tables in SQL server?

  16. Indexed and non-index temporary tables
    Global and local temporary tables
    Unique and shared temporary tables
    Small and large temporary tables

  17. What are the different types of trigger

  18. DDL and DCL
    DDL and DUL
    DML and DTL
    DML and DDL

  19. Which of the following is not a valid data type in SQL server

  20. xml
    nvarchar
    money
    blob

No comments: