كدا الحمدلله نص المنهج اتبعت اول 5 محاضرات ان شاء الله نكمل الباقي النهارده
.......... function is used to count the number of rows, but it counts all rows in a table including the rows with NULL values, whereas ............. counts only the non-NULL values in the specified column.
Anonymous Quiz
70%
count(*) - count()
30%
count() - count(*)
Which of the following should be used to find the mean of the salary?
Anonymous Quiz
17%
Mean(salary)
56%
Avg(salary)
27%
Sum(salary) / Count(salary)
to Retrieve all data from exam table
Anonymous Quiz
2%
Select all From exam
91%
Select * From exam
1%
Select # From exam
6%
All Above
join on the tables is a query that merges the data from two different tables.
Anonymous Quiz
95%
T
5%
F
RIGHT OUTER JOIN only includes matching rows from the right side of the table
Anonymous Quiz
39%
T
61%
F
All rows in a ....... OUTER JOIN are included in both tables
Anonymous Quiz
13%
Right and Left
66%
FULL
21%
Both
view is a virtual table you can dynamically generate using a previously saved query
Anonymous Quiz
93%
T
7%
F
WITH LOCAL CHECK OPTION, which rejects any insert or update that does not fulfill the conditions of the WHERE clause
Anonymous Quiz
83%
T
17%
F
database trigger is a stored procedure that is automatically called whenever a specific event happens in the database.
Anonymous Quiz
95%
T
5%
F