Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
185 views
in Database Management System by (30.5k points)
closed by

Observe the given table BOOK and write down the outputs of the following relational expressions:

    Book_code   Book_Title   Publisher   Price
C105 Computer Fundamentals BPB  198
C108 C++ Programming BPB  170
C105 Physics NCERT  215
C112 Physics SCERT  200
C112 Mystery of Chemistry Tata MacGraw
Hill
 189

1 Answer

+1 vote
by (30.4k points)
selected by
 
Best answer

1. This query returns all the tuples(rows) that contain BPB in column Publisher.

   Book_code    Book_Title    Publisher   Price
C105 Computer Fundamentals BPB 198
C108 C++ Programming BPB 170

2. This query returns the column Book_Title with price<200. 

Book Title 

  • Computer Fundamentals 
  • C++ Programming 
  • Mystery of Chemistry

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...