logo

Crowdly

Browser

Додати до Chrome

INTRO. TO DATABASE MGMT. SYST.

Шукаєте відповіді та рішення тестів для INTRO. TO DATABASE MGMT. SYST.? Перегляньте нашу велику колекцію перевірених відповідей для INTRO. TO DATABASE MGMT. SYST. в moodlenew.iitd.ac.in.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Consider a relation R(A, B, C, D, E, F) with the following functional dependencies:  

1. A → BC  

2. C → D  

3. B → E  

4. E → F  

Using the attribute closure method, is A → F derivable from the given FDs?  

Переглянути це питання

Consider a relation R(P, Q, R, S, T) with functional dependencies:  

1. PQ → R  

2. R → S  

3. S → T  

R is decomposed into R1(P, Q, R) and R2(R, S, T).  

Is this decomposition dependency preserving?  

0%
0%
Переглянути це питання

Which of the following is true about an entity in an ER model?

0%
0%
0%
0%
Переглянути це питання

What is a weak entity?

0%
0%
0%
0%
Переглянути це питання

Suppose we have the following schema:

,

,

describing, respectively, people, types of cars, and cars and their owners. The data corresponding to these tables is as follows:

 

IDNAME
1Madeleine
2Alice
3Nalini

 

CarTypeIdType
1Small
2Medium
3Large

 

CarIdOwnerIdCarTypeIdCarName
111Nano
222Santro
    

 

Select the correct returned tuple of the following SQL query:

select distinct Q.name from

    (select P.name, C.carName, CT.carTypeId

    from Person P

    left outer join Car C on (C.ownerId = P.id)

    inner join CarType CT on (C.carTypeId = CT.carTypeId)) as Q

Переглянути це питання

Assuming set semantics, State true or false for the following statement:

 The full outer-join operator ⟗ can be expressed as a combination of (⟕, ⟖, ∪).

100%
0%
Переглянути це питання

Which of the following is NOT a type of attribute in an ER model?

0%
0%
0%
0%
Переглянути це питання

What does cardinality in an ER model define?

0%
0%
0%
0%
Переглянути це питання

Assuming set semantics, State true or false for the following statement:

The grouping operator 𝛾, can be expressed as a combination of (σ, Π, ∪).

 

100%
0%
Переглянути це питання
Consider the following university database schema:

 

Student (SID, Name, Age, Major, GPA)

Course (CID, Title, Department, Credits)

Enrollment (SID, CID, Semester, Grade)

Professor (PID, Name, Department, Salary)

Teaches (PID, CID, Semester)

 

Which of the following relational algebra expression(s) will  Find courses that are either taught by Professor A or taken by Student X but not both?  (Note: there can be more than expressions)

0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodlenew.iitd.ac.in?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome