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 an identity?
Tell me what is the stuff and how does it differ from the replace function?
what is a join and explain different types of joins? : Sql server database administration
How to create an index on a view?
How to create a user to access a database in ms sql server using "create user" statements?
Can you type more than one query in the query editor screen at the same time?
Is natural join and equi join same?
What do you need to connect php to sql server?
What is the use of floor function in sql server?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
Explain the different types of joins?
What are the new features are introduced in sql server 2012 reporting services?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What is the order in which the sql query is executed?
Can we call stored procedure in view in sql server?