Oracle Database 23ai SQL Associate - 1Z1-171무료 덤프문제 풀어보기
Which operator can be used in a multiple-row subquery to match a single value to a list of values?
정답: D
What will the following SQL query do?
UPDATE employees
SET salary = salary * 1.1
WHERE department_id = 10;
UPDATE employees
SET salary = salary * 1.1
WHERE department_id = 10;
정답: A
Which command grants a user the ability to query data from a specific table?
정답: A
What is the primary purpose of an index in SQL?
정답: A
Which Oracle SQL function returns the current date and time, including time zone information?
정답: D
Which of the following SQL commands retrieves data from a relational database?
정답: C
Which command can be used to rename a table in Oracle Database?
정답: B