in Databases
4,406 views
8 votes
8 votes

Which operation is used to extract specified columns from a table?

  1. Project
  2. Join
  3. Extract
  4. Substitute
in Databases
4.4k views

5 Answers

18 votes
18 votes
Best answer

To extract a specified row in a table we do select operation

To extract a specified column from a table we do project operation

Answer A)

selected by
2 votes
2 votes

Answer is Project

To choose a subset of columns in a relation Project operation is used

It is denoted as Π.

1 vote
1 vote

project

1 vote
1 vote
project is use to extract specified columns from a table it also eliminate dublicate .