Шукаєте відповіді та рішення тестів для Check your knowledge: DevOps Tests ? Перегляньте нашу велику колекцію перевірених відповідей для Check your knowledge: DevOps Tests в softserve.academy.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
How many clustered indexes can you create on a table?
What is true for ‘View’ in SQL?
1. It can help in providing security
2. It can be used for hiding complexity
3. If there are more than one table involved in the view, we cannot perform (Data Manipulation Language) DML queries
4. When you drop the base table. View becomes inactive.
Select the correct option:
What will be the output for the below query?
SELECT Name from AV1 where Name LIKE '%______%';
Note: The above operation contains 6 underscores (‘_’).
What happens when a scalar subquery returns more than one value?