answersLogoWhite

0


Best Answer

INSERT INTO Persons (LastName) VALUES ('Olsen')

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you insert Olsen as the LastName in the Persons table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you change Hansen into Nilsen in the LastName column in the Persons table?

UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen'


With SQL how do you select all the records from a table named Persons where the LastName is alphabetically between and including Hansen and Pettersen?

SELECT * FROM Persons WHERE LastName BETWEEN 'Hansen' AND 'Pettersen'


How can you insert a new record into the Persons table?

insert values


How do you select all the records from a table named Persons where the value of the column FirstName is Peter?

SELECT * FROM Persons WHERE FirstName='Peter'


What tab do you click on to insert a table?

On versions of Word prior to the introduction of ribbons, there is a Table menu and on that you will find the Insert sub-menu from which you can insert a table.


How to output only MySQL rows with a certain value?

There are several methods for limiting the output of a query; joins, and a WHERE clause as an example. As an example lets say we have a Customer Table with the following rows CustomerID, FirstName, LastName, Address1, Address2, City, State, PostalCode Now that we have a table lets assume we want to retrieve all records from the table where the Customers LastName = WILLIAMS and they live in the State of OHIO (USA). This query would look like the following: SELECT CustomerID, FirstName, LastName, Address1, Address2, City, State, PostalCode FROM Customers WHERE LastName = 'Williams' AND State = 'OH' If you do not want all of the columns in the table then you would simply modify the SELECT clause to include only those columns that you wish to retrieve. In this example you will want an index on the table that includes the LastName and State fields.


What are the two ways of making a textual presentation of a table?

1-From Insert Menu choose "Insert Table". 2-From slide content choose insert 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


How do you insert table on Gmail?

Data can be inserted into a table using the INSERT command. Syntax: INSERT INTO TABLE NAME VALUES () Ex: INSERT INTO emp_master VALUES ('1111', 'Rocky', '10-05-1978')


Can you insert an image in table header in HTML?

Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.


How do you draw a partition in Microsoft Word?

You can do that with table, Insert - Table. Table can have visible or invisible borders, Design tab (appears when you insert or draw table) Table Styles section - Borders.


What is a word table?

When you insert a table into a document, you must specifi the STYLE of a table