logo

Crowdly

Browser

Add to Chrome

Questions Bank (1398871 total)

У сплаві міді та цинку мідь становить 1/7 частину маси цинку. Який відсотковий уміст міді у сплаві?

View this question

Вкладник вніс до банку 2000 грн, а через рік отримав 2160 грн. Укажи, під який відсоток річних були покладені гроші

View this question

Which of the following molecules has both hydrophilic and hydrophobic properties and would be found in plasma membranes?

 

0%
0%
0%
0%
View this question
View this question
Which of the following is an avenue for the firm to exploit switching costs in order to increase profitability from existing customers?
0%
0%
0%
100%
View this question

Schéma relationnel :

  1. Employee (EmployeeID, FirstName, LastName, Email, Phone, HireDate, Salary, #DepartmentID)
  2. Department (DepartmentID, DepartmentName, #ManagerID)
  3. Project (ProjectID, ProjectName, StartDate, EndDate, Budget)
  4. Employee_Project (#EmployeeID, #ProjectID, Role, AssignmentDate)

Explication des relations :

  • Employee (EmployeeID) est la clé primaire.
  • Department (DepartmentID) est la clé primaire.
  • Project (ProjectID) est la clé primaire.
  • Employee_Project (#EmployeeID, #ProjectID) est une clé primaire composite (relation plusieurs-à-plusieurs entre Employee et Project).
  • Employee(#DepartmentID) → Department(DepartmentID) : Un employé appartient à un département.
  • Department(#ManagerID) → Employee(EmployeeID) : Un manager est un employé.
  • Employee_Project(#EmployeeID) → Employee(EmployeeID)
  • Employee_Project(#ProjectID) → Project(ProjectID)
QUESTION
Comment trier les employés par salaire décroissant ?

A) SELECT * FROM Employee ORDER BY Salary DESC;

B) SELECT * FROM Employee ORDER Salary DESC;

C) SELECT * FROM Employee SORT BY Salary DESC;

D) SELECT * FROM Employee GROUP BY Salary DESC;

0%
0%
0%
0%
View this question
View this question

What is the structure labelled 'A' in the following diagram of a bacterial cell?

 

0%
0%
0%
0%
0%
View this question
View this question
View this question