how do i add a column dynamically in a table by using java
application?
Answer / Dilip Singh
To add a dynamic column to a table in a Java application, you can use database APIs like JDBC or ORM frameworks such as Hibernate. You would create an SQL query to alter the table schema and execute it through the database connection.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the filters in biztakk server? where it can use?
what is the difference between a namespace and assembly ?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 Answers R V College of Engineering, University of Jordan,
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
Write a shell program to test whether a given year is leap year or not ?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
how many languages .net is supporting now?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
What is nocopy in plsql?