GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

The functions of a DBMS are:

The functions of a DBMS are:

Read Details

Consider the following schema: Employees (Empcode, Name, Sex…

Consider the following schema: Employees (Empcode, Name, Sex, Salary, Dept) If this query is executed, what is it going to display? SELECT Dept FROM Employees WHERE Sex = ‘M’ GROUP by Dept HAVING AVG (Salary) > (SELECT AVG (Salary) FROM Employees)

Read Details

What will this SQL statement do?   SELECT PART, SUPPLIER, PA…

What will this SQL statement do?   SELECT PART, SUPPLIER, PARTS.PROD#, PRODUCT, PRICE FROM PARTS LEFT OUTER JOIN PRODUCTS ON PARTS.PROD#=PRODUCTS.PROD# AND PRODUCTS.PRICE>10.00;

Read Details

Tree-based indexes are best for looking up values based on t…

Tree-based indexes are best for looking up values based on the range tests because they keep references to data in sorted order.

Read Details

 First normal form requires that all domain values in a rela…

 First normal form requires that all domain values in a relation are atomic.

Read Details

Non-relational DB is characterized by (select ALL that apply…

Non-relational DB is characterized by (select ALL that apply):

Read Details

What normal form the following table is in? 

What normal form the following table is in? 

Read Details

A tuple in formal terms is like a row in informal terms.

A tuple in formal terms is like a row in informal terms.

Read Details

Which of the following is not a possible meaning of the SQL…

Which of the following is not a possible meaning of the SQL marker NULL?

Read Details

Given the following schema, Pet (petId: integer, petType: st…

Given the following schema, Pet (petId: integer, petType: string, petName: String, favoriteFood: String) Cat (petId: integer (FK), furColor: string) Dog (petId: integer (FK), furColor: string) Bird (petId: integer (FK), canFly: boolean)   Which relational algebra expression is going to produce a list of distinct bird names for the birds who can fly?

Read Details

Posts pagination

Newer posts 1 … 65 66 67 68 69 … 91,816 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top