Answer Posted / d
insert into (table name) values(fieldname datatype);
for ex:
insert into emp values(eno number(3),ename varchar2(20));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is SubQuery in SQL Server 2008
What is temporal data type?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
How to run sql server 2005 books online on your local system?
What is a trace frag?
How to Update from select query in sql server?
What is the usage of sign function?
What are four major operators that can be used to combine conditions on a where clause?
What happens if time-only values are provided as date and time literals?
What do you understand by mirroring?
Describe how to use the linked server?
define and explain the differences between clustered and non-clustered indexes.
Define a cross join?
What are the types of sql server?
How use inner join in sql server?