Skip to content
Advertisement

Tag: derby

Is that possible that access to a sql table with question mark?

I have 3 sql tables customer, employee and manager. I want to access dynamically to my tables. I had a statement like this, But in this situation i can only access to customer. I need to access all of the tables for different operations. Is that possible to write this, or what can i do to access for example employee

Advertisement