A theoretical question

It is possible for all databases to be converted to BCNF ?

If yes How would you convert the following fragment of database to Boyce
Code normal Form ?

Part # | part name | Supplier # | Supplier name | quantity |buy price|
sell price|
10     | part a    |  200       | Atom          | 30       | 51      |
60        |
10     | part a    |  250       | Joker         | 30       | 52      |
60        |
20     | part b    |  200       | Atom          | 34       | 15      |
30        |
20     | part b    |  300       | Metal         | 34       | 12      |
30        |

I was able to get to 3 NF
and do not know how to proceed further

My e-mail is v...@pcmagic.net
Thank you very much for your help
Sincerely yours, Yuriy