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 are the differences between “row_number()”, “rank()” and “dense_rank()”?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What number aggregate functions are accessible there in sql?
Can binary strings be converted into numeric or float data types?
How do I view a stored procedure in sql server query?
Explain the difference between clustered and non-clustered index?
Does any body please help me what question's have asked for SSRS in the interview?
What is forward - only cursors / read only cursor?
Why I have to use stored procedures?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What is deploy, process and build? : sql server analysis services, ssas
Where cross join is used?
What stored by the model? : sql server database administration
how can u get last observation in an unknown dataset ?
How data can be copied from one table to another table?