answersLogoWhite

0

Inset Into your_table ( fileld1, field2,.....,fieldn) values (value1,value2,.....,value n)

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is tabs used in Excel to add worksheets columns and row titles etc?

No. That is a feature of Microsoft Word tables, but not Excel. There are specific options for inserting rows and columns in Excel.


How do you add a table?

The categories are confusing here.To add a table to a web page in HTML, use the -tags. To make a table row, use -tags and for cells in that row, put -tags inside. -tags make heading cells, i.e. bold text and a prefedined padding:FruitSweetnessOrangeSourAppleSour+SweetAs for database programming, this depends on the DBMS. If it's a MySQL database, you can add tables with the command "CREATE TABLE".


What commands is used to add rows to a table in oracle 11g SQL?

INSERT


What is the HTML code for preparing 2rows?

If you want to create an HTML table with two rows, you use the <table> tag. Here is an example of two rows with a single column: <table> <tr> <td></td> </tr> <tr> <td></td> </tr> </table> If you want additional columns, add as many <td></td> tags between the <tr></tr> tags as you need.


How do you create a table using HTML?

<table> (in the table tag you can also put 'border=#' so that you can see lines on the table.) <tr> (for a row) <td> (for a column in the row) TEXT </td> <td> TEXT </td> <td> TEXT </td> </tr> (you've got to close these tags) </table> Of course you can add more columns or rows. There is much more to tables but here's the basics.


Can you add rows to an existing table but not columns?

You can add columns or rows to any table. Adding a row does not add extra columns, so yes you can do it.


How do you keep the mat rows straight as you continue to add additional rows of matting?

T spacers


How can you get people to follow you on Tumblr?

You have to post things you are interested in and add tags. For example with photos, add tags and in the description put down "Follow me for interesting stuff" and add your tumblr name (Example)


What are the two major components of SQL and what function do they serve?

The Data Definition Language (DDL). This component of the SQL language is used to create and modify tables and other objects in the database. For tables there are three main commands:CREATE TABLE tablename to create a table in the databaseDROP TABLE tablename to remove a table from the databaseALTER TABLE tablename to add or remove columns from a table in the database.The Data Manipulation Language (DML) component of the SQL language is used to manipulate data within a table. There are four main commands:then,SELECT to select rows of data from a tableINSERT to insert rows of data into a tableUPDATE to change rows of data in a tableDELETE to remove rows of data from a table


Is there a grace period to renew expired GA tags?

No, there is no grace period for expired tags in the state of Virginia. The DMV will add on a late fee to all expired tags.


How do you count rows in excel without numbers in it?

Use ROWS =ROWS(A1:A20) will return 20. Add details if you need more help or if this is not what you are trying to do


Can you add more then one table per worksheet excel?

Yes, you can add just about as many tables as you like. Recommend you separate the tables with an empty column to make the tables easier to identify.