1/25Which SQL statement is applied for updating data in a database?
2/25What SQL statement is used for inserting new data in a database?
3/25The primary - foreign key relations are implemented to
4/25Which of the following is true about CASE SQL statement?
5/25Which of the following statements is true about embedded SQL?
6/25Which of the following statements is true about systems information in an RDBMS?
7/25How else can the table columns be called?
8/25What does the TRUNCATE TABLE do?
9/25Which of the terms below is used to describe a database that occupies magnetic storage in the terabyte range, as well as to describe a database that contains billons of table rows?
10/25How do you use a subquery to find names of customers who have placed orders in an 'Orders' table?
11/25How do you create a new table named 'Employees' with columns 'EmployeeID' (integer) and 'EmployeeName' (varchar)?
12/25Which SQL statement adds a 'Salary' column to the 'Employees' table?
13/25What does the SQL statement 'BEGIN TRANSACTION' do?
14/25How do you use the GROUP BY clause in conjunction with aggregate functions?
15/25What is the purpose of the 'LIKE' operator in SQL?
16/25Which of the following is a valid SQL aggregate function?
17/25What does the SQL clause 'LIMIT 10' do when added to a SELECT statement?
18/25In SQL, what does the 'BETWEEN' operator do?
19/25What is the result of the following query: SELECT COUNT(DISTINCT EmployeeName) FROM Employees?
20/25Which SQL clause is used to filter the results of a GROUP BY operation?
21/25How do you find the total number of entries in a table named 'Orders'?
22/25Which SQL clause is used to sort the result set in ascending or descending order?
23/25How do you find the minimum value in a column named 'Price' from the 'Products' table?
24/25What is the function of the 'HAVING' clause in SQL?
25/25What does the SQL 'CROSS JOIN' clause do?
It seems you haven't answered any questions yet. Please provide your answers to proceed.