Answer:
ummmm try the inequality protragathron theorum
Explanation:
ok
Answer:
There are two customers in the PostalCode.
SQL statement for select all the fields and the rows from the Customers table where PostalCode is 44000.
SELECT * FROM Customers WHERE PostalCode = "44000";
Explanation:
The SELECT statement retrieve zero or more than one row from 1 or more than one the database tables or the database views.
In most of the applications, the SELECT query is most commonly used for DQL(Data Query Language) command.
SQL is the declarative programming language and the SELECT statement specifies the result set, but they do not specifies how to calculate it.
Answer:
"backdoor" is the correct answer for the above question
Explanation:
- The backdoor is a type of attack which is done by the type of backdoor programs to remotely access the computers without the authorization of the user of the computer.
- It is inserted on the computer with the help of the internet and accessed the computer without using authorization techniques.
- The above question asked about the virus which is used to access the computer without the permission of the right use of the system. Hence the answer is backdoor which is defined above.
Answer:
OLTP(Online transaction processing) is the correct answer.
Explanation:
It is the database application that is used to catching the transection and that data or information which is related to the technology for the purpose of.
- Process that data and information which is related to the following rules of the business or company.
- It stores the data or information related to the online transaction.
- It also helps to modify the current data or information for the new data or information.
Answer:
876100
019343
Explanation:
10s complement of a decimal number is obtained by the following process:
- Obtain 9s complement ( Subtract each digit by 9)
- Add 1 to the result
1) 123900
9s complement => (9-1)(9-2)(9-3)(9-9)(9-0)(9-0)
= 876099
Adding 1 , 10s complement of 123900 = 876100
2) 980657
9s complement = (9-9)(9-8)(9-0)(9-6)(9-5)(9-7)
= 019342
Adding 1 , 10s complement of 980657 = 019343