C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
What are the properties of Sub–Query?
Ankur Jain
11y
2k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
1. if we create a view using sub query then Insertion, Updation on that view can not be performed . 2. View should placed in parentheses
Pankaj Kumar Choudhary
10y
0
A sub-query is a query embedded in another query. The sub query can be embedded in another SELECT, INSERT, UPDATE, or DELETE statement, or inside another sub query.Properties:-The SELECT query of a subquery is always enclosed in parentheses View created by using a subquery cannot be updated. The ntext, text, and image data types cannot be used in the select list of sub queries If a table appears only in a subquery and not in the outer query, then columns from that table cannot be included in the output
Munesh Sharma
11y
0
A subquery must be enclosed in the parenthesis. A subquery must be put in the right hand of the comparison operator A subquery cannot contain a ORDER-BY clause. A query can contain more than one sub-queries.
Ankur Jain
11y
0
What is the difference between Triggers and Stored Procedure?
Where are SQL server users names and passwords are stored in sql server?
Message