« first day (836 days earlier)   

5:54 AM
im not sure if I asked this at the right question... but i have a little trouble with a database design question..
Consider Relation Schema R = {ABCDEFG} with a set of FDs
F = {GA -> D, DC -> E, GF -> A, CA -> GB, AF -> D, F -> G}
Identify any redundant FD(s)
any help appreciated! the lecture slides arent very helpful...
"Im not sure if I asked this at the right area", not question
 
 
3 hours later…
8:33 AM
2
Q: Get the date range if booking is more than or equal to a limit

Fasil kkI am creating a hotel room booking system. my booking table is. mysql> select check_in_date, check_out_date from booking; +---------------+----------------+ | check_in_date | check_out_date | +---------------+----------------+ | 2013-06-06 | 2013-06-18 | | 2013-06-06 | 2013-06-18 ...

 

« first day (836 days earlier)