DBMS MCQ questions with answers set 12. This dbms mcq online test set 12 has 30 mcq on sql queries. This sql multiple choice questions with answers set help you to prepare for your IT, computer science related jobs competitive exams. SQL mcq online test 12 also helpful to learn the basics of sql quries, its structure, clauses, keywords, and rules to write sql query.
DBMS MCQ Questions With Answers Set 12
SELECT ID, name, dept name, salary*10
WHERE instructor;
Employee_id | Name | Salary |
---|---|---|
1005 | Asad | 32000 |
1011 | Asim | 24000 |
1019 | Waqas | 28000 |
Which of the following employee_id will be displayed for the given query?
SELECT * FROM employee WHERE employee_id>1007;
INSERT INTO employee _____ (1501,Ahmad,21000);
Read also>->>Database MCQs With Answers Set 1
Read also>->>Database MCQs With Answers Set 5
Read also>->>Database MCQs With Answers Set 2
Read also>->>Database MCQs With Answers Set 11