logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the properties and different Types of Sub-Queries?


  • Correct Answer
  • Properties of Sub-Query - A sub-query must be enclosed in the parenthesis - A sub-query must be put in the right hand of the comparison operator, and - A sub-query cannot contain an ORDER-BY clause - A query can contain more than one sub-query Types of Sub-Query - Single-row sub-query, where the sub-query returns only one row - Multiple-row sub-query, where the sub-query returns multiple rows, and - Multiple column sub-query, where the sub-query returns multiple columns 


  • Technology problems


    Search Results


    • 1. What are user defined data-types and when do you use them?
    • Discuss
    • 2. What type of Joins have you used?
    • Discuss
    • 3. What is the difference between JOIN and UNION?
    • Discuss
    • 4. Define a temp table.
    • Discuss
    • 5. Which TCP/IP port does SQL Server run on? How can it be changed?
    • Discuss
    • 6. What is Catalog Views?
    • Discuss
    • 7. We can modify an existing Company from

    • Options
    • A. Company Info > Alter
    • B. Gateway of Tally > Modify Company
    • C. Company Info > Alter Company
    • D. All of the above
    • Discuss
    • 8. A database is used to

    • Options
    • A. store data
    • B. modify data
    • C. extract data
    • D. All of the above
    • Discuss
    • 9. SQL views can be used to hide?

    • Options
    • A. Complicated SQL syntax
    • B. Rows
    • C. Columns
    • D. All of the above
    • Discuss
    • 10. The arranging of data in a logical sequence is called

    • Options
    • A. Summarizing
    • B. Classifying
    • C. Sorting
    • D. Rearranging
    • Discuss


    Comments

    There are no comments.

Enter a new Comment