

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your SQL Server knowledge and support exam preparation. Choose a topic below to get started.
1. |
Insert into employee _________ (1002,Joey,2000);
|
A. | Table |
B. | Values |
C. | Relation |
D. | Field |
Answer» C. Relation | |
2. |
Select * from employee where salary>10000 and dept_id=101;
|
A. | Salary, dept_id |
B. | Employee |
C. | Salary |
D. | All the field of employee relation |
Answer» E. | |