Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A5. Identify week entity in the following scenario: Students registered in a particular course section of a specific course. A. Course Section B. Course C.

A5. Identify week entity in the following scenario: Students registered in a particular course section of a specific course.

A. Course Section B. Course C. Student D. Register A6.

Assume that there were 5 conditions and the first condition is having 3 alternatives, second condition is having 4 alternatives and the remaining conditions are having 2 alternatives then, there would be a maximum of how many columns available in a Decision table?

A. 24 B. 32 C. 120 D. 96 A7.

If you are developing a software for online shopping, then which decision table you will create to implement your logic?

A. Table consists of seller behavior B. Table consists of workers salary C. Table consists of Discount rules D. Table consists of workers commission

A8. The SQL used by front-end application programs to request data from the DBMS by using __________________.

A. DDL B. DML C. DCL D. SCL

A9. Which of the following is true about removing rows from a table?

A. No rows are deleted if you omit the WHERE clause.

B. You cannot delete rows based on values from another table.

C. You cannot delete rows from table

D. You remove existing rows from a table using the DELETE statement

A10. Consider the following schema STUDENTS(student_code, first_name, last_name, email, phone_no, date_of_birth, MS_subject, percentage_of_marks); Which of the following query would display names of all the students whose MS_subject is English and percentage_of_marks more than 70, or MS_subject is French and percentage_of_marks more than 70?

A. select first_name, last name from students where MS_subject = English or MS_subject = French and percentage_of_marks > 70;

B. select first_name, last name from students where (MS_subject = English or MS_subject = French ) and percentage_of_marks > 70;

C. select first_name, last name from students where (MS_subject = English or MS_subject = French and percentage_of_marks > 70);

D. select first_name, last name from students where (MS_subject = English) or MS_subject = French and percentage_of_marks > 70;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Fundamentals Concepts, Drivers & Techniques

Authors: Thomas Erl, Wajid Khattak, Paul Buhler

1st Edition

0134291204, 9780134291208

More Books

Students also viewed these Databases questions

Question

10. Microsoft Corporation

Answered: 1 week ago

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago