How would you create a Second Normal Form version of this table?
06:36 20 Mar 2011

How would you create a Second Normal Form version of this table?

primary key {isbn, copy}

isbn           AB-1234-X  
authorID       IC45  
authorName     I. Conn  
title          The final curtain    
copy           2  
classification  Detective fiction  
userID         xyz44 
database-design database-normalization