Time Left - 15:00 mins

GATE 2023 Database Quiz 19

Attempt now to get your rank among 76 students!

Question 1

What is the use of “AS” Clause in SQL?

Question 2

Which of the following is the correct order of keywords for SQL SELECT statements?

Question 3

Which SQL command used to avoid the selection of duplicate rows?

Question 4

Which SQL command is used to delete complete table from the database?

Question 5

Consider the following relational table:
Student (Sid, Sname, Smarks, Sgrade)
Consider the following SQL Queries:
S1: Select Sname From Student Where Sgrade IN (Select Sgrade From Student Where Smarks < 40)

S2: Select Sname From Student Where smarks < 40
Which of the following is true?

Question 6

TRUNCATE statement in SQL is a?
  • 76 attempts
  • 0 upvotes
  • 1 comment
May 12GATE & PSU CS