GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

Suppose we have a relational table EMPLOYEE(EMPNO, NAME, DNO…

Suppose we have a relational table EMPLOYEE(EMPNO, NAME, DNO, MGR, SAL). Duplicate values in the EMPNO attribute can be allowed under relational DB design principles.   

Read Details

Select ALL that apply to indexing:

Select ALL that apply to indexing:

Read Details

What is the correct SQL syntax for selecting  Customer recor…

What is the correct SQL syntax for selecting  Customer records with LastName alphabetically between (and including) “Hansen” and “Pettersen” ?  

Read Details

Who first proposed the relational database design?

Who first proposed the relational database design?

Read Details

Complete SQL statement to set the value of the City field to…

Complete SQL statement to set the value of the City field to ‘Columbus’ for zip code values 43235: [BLANK1] Customers [BLANK2] City = ‘Columbus’ [BLANK3] Zip = ‘43235’ ;

Read Details

JOIN SQL keyword is used to:

JOIN SQL keyword is used to:

Read Details

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

Posts pagination

Newer posts 1 … 712 713 714 715 716 … 92,464 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top