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.

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

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

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

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

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

Aman said:   1 decade 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.
(1)

Post your comments here:

Your comments will be displayed after verification.