---
title: "What are the properties of Sub–Query?"  
description: "What are the properties of Sub–Query?"  
author: "Sumit Kesarwani"  
published: 2013-12-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1858/what-are-the-properties-of-sub-query  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the 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

A sub-query cannot contain a ORDER-BY clause.

A query can contain more than one sub-query.

## Answers

### Answer by Sumit Kesarwani

A sub-query must be enclosed in the parenthesis.

A sub-query must be put in the right hand of the comparison operator

A sub-query cannot contain a ORDER-BY clause.

A query can contain more than one sub-query.


---

Original Source: https://www.mindstick.com/interview/1858/what-are-the-properties-of-sub-query

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
