[android-developers] database table design problem

2009-05-21 Thread Jason Proctor
i think maybe you should read the DDL again. >There is something wrong with your database designing. >And you need to add a table storing note type. > >2009/5/22 Jason Proctor ><ja...@particularplace.com> > > >you basically have a one (note) to many (note type)

[android-developers] database table design problem

2009-05-21 Thread quill
Hi guys, I have a column which describes note type, the value of the type may be 1, 2, 3.(some int numbers). The problem is that the type value may be one of those numbers, or some of the numbers, such as the type may belong to1 and also belong to 2.. When I create the table, I may create it l