I have some issues working with push notification; I want to view the table NOTIFICATION_DEVICE where all the device information is stored.
How can I open this from Worklight server? Do I need to install any client for this?
The Worklight Developer Edition by default is using the HSQL file-based database. You can probably get somewhere on the web a .jar file to use in Eclipse to view it, but this is not a supported method by Worklight.
I would recommend to use MySQL as your database, and use a client to view its contents.
server\conf\worklight.properties
to point to the database above as well as use the username and passwordserver\lib