Consider query that counts the number of dog owners in each…

Consider query that counts the number of dog owners in each zip code for given set of zip codes. We only look for dog owners who are clients of the veterinary clinic from before the year 2000 (including year 2000). Choose the order in which the statements should be written.

Normalize the following schema, with given functional depend…

Normalize the following schema, with given functional dependencies, to BCNF normal form: books(accessionno, isbn, title, author, publisher) users(userid, name, deptid, deptname) Functional dependencies:  accessionno → isbn isbn → title isbn → publisher isbn → author userid → name userid → deptid deptid → deptname