Click to See Complete Forum and Search --> : syntax required for insert command in oracle 9i


ghai_gaurav205
04-26-2006, 01:50 PM
can anyone please tell me what is the syntax for inserting values in the oracle 9i database through a JSP page.
say i have a table named student with attributes name, age, city.

chazzy
04-26-2006, 06:35 PM
INSERT INTO schema_name.table_name(column_list) VALUES(value_list);