Answer Posted / vara prasad vizag
Syntax:
INSERT INTO <Table-Name> ( Col1,Col2....)
VALUES(Val1,Val2...);
Example:
INSERT INTO StudentInfo (Studno,Fname,Lname,DOB,DOJ, Gender)
VALUES(1234,'Varaprasad','Vizag','17-Nov-85','M');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create database in oracle using command line ?
if you ctreate table identity
What is backup in Oracle?
Name the three major set of files on disk that compose a database in Oracle?
Explain the use of file option in exp command.
What are the various types of snapshots ?
Explain what are the characteristics of data files?
How to display employee records who gets more salary than the average salary in the department?
What is the max number of columns in an oracle table?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to delete all rows a table in oracle?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
Is java required for oracle client?
How to create a new table in your schema?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.