Java SQL Basics Quiz-1
Finish Quiz
0 of 20 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
Information
Java SQL Basics Quiz 1 , Free Java SQL Basics Quiz, Online Java, online Test Quiz 1. Java SQL Basics Quiz 1 Question and Answers 2019. Java online Test Quiz 1. Java SQL Basics Quiz 1 Free Mock Test 2019. Java SQL Basics Quiz 1 Question and Answers in PDF. The Java online mock test paper is free for all students. Spring Online is very useful for exam preparation and getting for Rank. Java SQL Basics Quiz 1 Question and Answers in English. Java SQL Basics Mock test for topic via SQL Basics Mode. Here we are providing Java SQL Basics Quiz in English Now Test your self for “SQL Basics Online Quiz in English” Exam by using below quiz…
This paper has 20 questions.
Time allowed is 25 minutes.
The Java SQL Basics Mock Test is Very helpful for all students. Now Scroll down below n click on “Start Quiz” or “Start Test” and Test yourself.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 20 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Answered
- Review
-
Question 1 of 20
1. Question
Which SQL statement is used to return only different values?
Correct
Incorrect
-
Question 2 of 20
2. Question
With SQL, how do you select all the columns from a table named “Persons”?
Correct
Incorrect
-
Question 3 of 20
3. Question
Which SQL keyword is used to sort the result-set?
Correct
Incorrect
-
Question 4 of 20
4. Question
Which SQL statement is used to delete data from a table?
Correct
Incorrect
-
Question 5 of 20
5. Question
Which SQL statement is used to insert new data in a database?
Correct
Incorrect
-
Question 6 of 20
6. Question
Which SQL statement is used to extract data from a database?
Correct
Incorrect
-
Question 7 of 20
7. Question
The OR operator displays a record if ANY conditions listed are true. The AND operator displays a record if ALL of the conditions listed are true
Correct
Incorrect
-
Question 8 of 20
8. Question
What does SQL stand for?
Correct
Incorrect
-
Question 9 of 20
9. Question
With SQL, how do you select a column named “FirstName” from a table named “Persons”?
Correct
Incorrect
-
Question 10 of 20
10. Question
Which SQL statement is used to update data in a database?
Correct
Incorrect
-
Question 11 of 20
11. Question
The AVG SQL function returns the
Correct
Incorrect
-
Question 12 of 20
12. Question
The primary – foreign key relations are used to
Correct
Incorrect
-
Question 13 of 20
13. Question
Which of the following SQL statements deletes all rows in table called SalesData?
Correct
Incorrect
-
Question 14 of 20
14. Question
The TRUNCATE TABLE
Correct
Incorrect
-
Question 15 of 20
15. Question
The table columns are also known as
Correct
Incorrect
-
Question 16 of 20
16. Question
Can the SELECT clause list have a computed value like in the example below? SELECT CustomerName, UnitPrice * NumberofUnits FROM Sales
Correct
Incorrect
-
Question 17 of 20
17. Question
Which of the following statement is true about embedded SQL?
Correct
Incorrect
-
Question 18 of 20
18. Question
Which of the following is true concerning systems information in an RDBMS?
Correct
Incorrect
-
Question 19 of 20
19. Question
When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement.
Correct
Incorrect
-
Question 20 of 20
20. Question
Which of the following is true about CASE SQL statement?
Correct
Incorrect