logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1278099 total)

Une matrice de passage est toujours inversible.

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

Which of the following statements best describes the protein structure below:

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

On considère le espace vectoriel   muni de sa base canonique 

Soient les vecteurs  et

La matrice de passage de la base  à la base est égale à

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

Relational Schema:

Employee (EmployeeID, FirstName, LastName, Email, Phone, HireDate, Salary, #DepartmentID)

Department (DepartmentID, DepartmentName, #ManagerID)

Project (ProjectID, ProjectName, StartDate, EndDate, Budget)

Employee_Project (#EmployeeID, #ProjectID, Role, AssignmentDate)

Explanation of Relationships:

  • Employee (EmployeeID) is the primary key.
  • Department (DepartmentID) is the primary key.
  • Project (ProjectID) is the primary key.
  • Employee_Project (#EmployeeID, #ProjectID) is a composite primary key (many-to-many relationship between Employee and Project).
  • Employee(#DepartmentID) REFERENCES Department(DepartmentID): An employee belongs to a department.
  • Department(#ManagerID) REFERENCES Employee(EmployeeID): A manager is an employee.
  • Employee_Project(#EmployeeID) REFERENCES Employee(EmployeeID)
  • Employee_Project(#ProjectID) REFERENCES Project(ProjectID)

QUESTION
Which query returns the average salary of employees?

A) SELECT AVG(Salary) WHERE Employee; 

B) SELECT MEAN(Salary) FROM Employee;

C) SELECT AVG(Salary) FROM Employee GROUP BY Salary;

D) SELECT AVG(Salary) FROM Employee;

Переглянути це питання
Geneva is not at her consumer equilibrium for movies and music downloads. Why?
Переглянути це питання
The relative price of beer to bacon is 2:1. If Bob's current consumption is at a level where MUbeer/MUbacon is 1:2, then to maximize total utility Bob must
0%
0%
0%
0%
0%
Переглянути це питання
Advise Sarah how to maximize her utility if MUA = 8, MUB = 20, PA = 4 and PB = 5.
Переглянути це питання

L'ensemble est le plus grand ensemble contenu à la fois dans A et dans B

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

Si A et B sont deux ensembles d'une même famille , alors appartient aussi à la famille

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