URGENT:
I am doing an Oracle assignment using SQL and PLSQL. The basic topic of the assignment is this guy who wants to store all his cd's/tapes etc in a database. I need to store the length of each song on an album and be able to calculate the total length of the album.
I have therefore stored song lengths as seconds, e.g a song which is 7 minutes, 23 seconds long has been stored as 443 seconds. However, how can I use sql in Oracle to be able to transform this back to minutes and seconds (as number of seconds would not be that useful to the user, they'd want to know how long the cd is in minutes and seconds). PLEASE HELP ME IF YOU CAN.
I am doing an Oracle assignment using SQL and PLSQL. The basic topic of the assignment is this guy who wants to store all his cd's/tapes etc in a database. I need to store the length of each song on an album and be able to calculate the total length of the album.
I have therefore stored song lengths as seconds, e.g a song which is 7 minutes, 23 seconds long has been stored as 443 seconds. However, how can I use sql in Oracle to be able to transform this back to minutes and seconds (as number of seconds would not be that useful to the user, they'd want to know how long the cd is in minutes and seconds). PLEASE HELP ME IF YOU CAN.