answersLogoWhite

0


Best Answer

On this computer, you go over to the left side of the row. You click on the left side of the row. It highlights the entire row. You go to "Table." You click on it. You click insert. It will insert a row. You let the computer do it for you.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

An INSERT query is used to add a row to a table.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Since adding a row will modify database. So to insert a row, DML that is data manipulation language is used. In DML we will use insert command to insert a row in a table.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What ways can you insert an extra row into a table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In what ways can you modify this Excel 2007 table using options on the Design tab of the Ribbon?

You can insert column H in the table by selecting the Resize Table button You can insert a total row from which you can access common Excel functions You can remove row 3 from the table by clearing the Header Row checkbox


Can you add a row to a table once it's created?

Yes. Click on the table (on the row below which you want the new row). Right click on the table and under "insert" one of the options will be to insert a row above.


How do you insert row in Microsoft excell?

right click on the table and select one of the options :D


What is used to add another row to the table?

An INSERT query is used to add a row to a table.


How do you insert a row above the selected row?

Highlight the Row 2 number on the left hand side of the screen and with the mouse still in this location right click and then click insert, this will insert a row about row 2.


What is MySQL insert command?

The INSERT command in MySQL allows you to enter a new row of data to a table in your database.


When you insert a new row into a table what happens?

The following rows shift down.


How do you insert a row into a table?

Row can be inserted in to a database using DML (data manipulation language). Example :- insert into table_name [<colum_list>] values (<value 1>, <value 2>, ...);


How do you enter data into the table?

You can enter data into a table using the INSERT keyword. Ex: INSERT INTO emp_master VALUES ('11111', 'john', '30, Newport pkwy, NJ') The above command will insert one row of data into the emp_master table.


How to insert values in to a table in SQL?

SELECT columns FROM tables INTO tablename - will create and insert values INSERT INTO table SELECT columns FROM tables - will insert from one or more tables into a table INSERT (columns) INTO table VALUES (literals) - will insert literal values into row in a table


Suppose you've selected a range of data in a worksheet and now want to convert the range into a table If you have selected the Table command on the Insert tab of the Ribbon In which ways can you forma?

You can expand the range of data to include a row of cells you didn't originally select You can specify that the table includes headers


How To insert a new field between two existing rows in a table click the row selector for the row where you want to the new field to appear?

Yes, whatever row or rows are selected are where the new row or rows will appear. The existing row or rows will be pushed down.