answersLogoWhite

0

its whenever there is your mommy and daddy make rucus under the covers and make a little child

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How to Update data from jsp into database?

can i get update coding in jsp??


Which data will automatically update copied data?

after copying


How do you update a chart when add rows in source data?

Once data is added the chart will update itself, as long as the data being added is included in the data source for the chart. If the data source is extended, then the chart will automatically include the data.


What is a query that changes data called?

An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.An Update query.


Would my iPhone data erase when you update your iPhone?

Actually, It doesnt. 'Cause its the purpose of backing up the data. After the update, Your iphone will restore then it will put back your old data.


How do you update and delete data from PHP sessions?

To update/delete data from a session all you need to do is the following: <?php // to update the session, you just overwrite it like a normal variable $_SESSION['name'] = "pizza"; // to delete a sessions data you can do this $_SESSION['name'] = ""; ?>


Which sql statement is used to update data from a database?

The SQL statement used to update data in a database is the UPDATE statement. It allows you to modify existing records in a table by specifying the columns and values to be updated based on certain conditions.


What does database manipulation do?

INSERT new data , UPDATE new data , DELETE existing data (basically modify the data).


Which SQL statement is used to update data in a database?

The SQL statement used to update data in a database is the "UPDATE" statement. It allows you to modify existing records in a table by specifying the column and value you want to update based on certain conditions. Additionally, you can use the "SET" keyword to assign new values to specific columns in the table.


On what screen will you update the Organization Configuration Data?

TORC


What screen will you update the Organization Configure Data?

TORC


What is the difference between data insert and data update?

Data insert is putting in new data, inserting it into the database. Data update is changing data that is already there, like putting in a new phone number for someone or giving every product an increased price.