...
Number-Systems
August 9, 2024
Computer-Networks
August 9, 2024
Number-Systems
August 9, 2024
Computer-Networks
August 9, 2024

Database-Management-System

Question 872
Which operation is used to extract specific columns from a table?
A
Project
B
Join
C
Extract
D
Substitute
Question 872 Explanation: 
Projection (π)
Projection is used to project required column data from a relation. By Default projection removes duplicate data.
Example :
R(A B C)
———-
1 2 4
2 2 3
3 2 3
4 3 4
π (BC)
B C
—–
2 4
2 3
3 4
Correct Answer: A
Question 872 Explanation: 
Projection (π)
Projection is used to project required column data from a relation. By Default projection removes duplicate data.
Example :
R(A B C)
———-
1 2 4
2 2 3
3 2 3
4 3 4
π (BC)
B C
—–
2 4
2 3
3 4
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!