Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 17)
17.
The result of every SQL query is a table.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Abdelrahman Anwar said:   2 years ago
@All.

It's not right, the update, insert, delete, etc queries don't return a result in the form of a table!

Kakarotto said:   8 years ago
@Durg,

Even then the result is returned in a table.
(1)

Vikas said:   1 decade ago
How is it possible, every sql query result is a table.
(1)

Durg said:   1 decade ago
NonQuery command (Insert, update, delete) returns int, which shows how many rows get affected.

Correct me if I m wrong.
(1)

Post your comments here:

Your comments will be displayed after verification.