Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - General Questions (Q.No. 4)
4.
SQL views can be used to hide:
columns and rows only.
complicated SQL syntax only.
both of the above can be hidden by an SQL view.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Aman said:   9 years ago
Yes, C is correct because if we wanna reduce complexity.
Then,

1. We can hide some tuples.

2. Also we have the option of encapsulating the elegant query syntax.

Pavan said:   9 years ago
Option C is correct because with view we can hide complexity by taking few column.

Mukesh said:   10 years ago
Views can hide the columns, rows and complexity of data.

Shankar sahu said:   1 decade ago
Can anyone please explain how the answer is c ?

Satish said:   1 decade ago
I agree with A. But I have doubt about B please explain.

Anket said:   1 decade ago
I agree with A. But whts about B. I didn't get it. Please explain.

Post your comments here:

Your comments will be displayed after verification.