Answer:
Its word count so she knows how much words she is writing
Explanation:
Answer:
The Update statement in the DML is used for changing existing data in a table.
Explanation:
Their are following Sql statement in the DML.
Insert
This SQL statement is used for inserting data into the table.
select
This SQL statement is used for retrieving data from database
update
This SQL statement is used for updating data in a table.
delete
This SQL statement is used for delete data from database .
The "UPDATE" SQL statement in DML is used for Modify the data in the existing table .
Following are the syntax of Update SQL query
Update tablename
set column1=value1,column2=value2............column N=valueN
Where condition;
Example :Suppose we have student table and (rollno,name,age and add) are the field for that table we have to change the address of rollno 105
Then we use update query like that
UPDATE STUDENT
SET add='kalam nagar'
where rollno=105;
The device which typically combines the capabilities of a scanner , fax ,and copying machine is called an input device.
Answer:
Option (A) i.e., Remote Desktop is the correct answer to the following question.
Explanation:
The following option is correct because the remote desktop is an application or software which connects your computer to another system through the internet from anywhere and we can also connect with each other without the internet but in a range.
<u>Steps to connect in Windows 10</u>:
Step-1: Firstly, start your window and click on the start button.
Step-2: Then, type remote setting in search box.
Step-3: Then, you have to allow the remote access to the system.
Step-4: Then, you have select the Remote Tab which appears in System Properties.
Step-5: Then, you have to click and select the to Allow the Remote Connection.