Database MCQS - QUESTION DETAILS

In Oracle, what is the purpose of the BITAND() function?
A. Concatenate multiple values
B. Perform bitwise AND operation on two numbers
C. Calculate the average value
D. Round numeric values

'BITAND()' is used to perform a bitwise AND operation on two numbers in Oracle.

Similar Questions

Which SQL statement is used to change the value of an existing record in a table?






Which MySQL statement is used to delete a database?






What does the SQL NOT NULL constraint do?






Which SQL Server statement is used to grant all privileges to a user?






What is the purpose of the SQL Server DISTINCT keyword?






Which SQL Server statement is used to create a new table in a database?






In MySQL, which storage engine supports transactions and ACID properties?






What is the purpose of the SQL HAVING clause?






What is the purpose of the SQL Server AVG() function?






Which SQL function is used to find the highest value in a column?