This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
hi, I wanna create a table by fetching columns from two other tables? For eg: table -1 name age table -2 part1 part2 I wanna create a 3rd table with the following fields name age part1 part2 Any kind of help will be appreciable? thanx.