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 the main purpose of having conversation group?
What is inline table-value user-defined function?
What command do we use to rename a database?
How many types of database relationship in sql server?
What are sql azure firewall rules?
What is field with example?
What objects does the fn_my_permissions function reports on? : sql server security
How to query multiple tables jointly?
What is the difference function and stored procedure?
What is your recommendation for a query running very slow? : sql server database administration
Which are the olap features?
What is it’s similarity with sql server?
How data can be copied from one table to another table?
How exceptions can be handled in sql server programming?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture