i am using javadb and using the following line in it and
i am using the natural command and the javadb is saying that natural is a syntax error , kindly tell me how it can be a syantax error.
I used the following line as :
select AccessionNumber, b , c from app.ab natural join app.bookinfo
Actually , i am having AccessionNumber as the common field in both the tables.
kindly tell me any another way if it is not possible this way.

