For The Function Created In Question 1 Which Of The Following #383
For the function created in Question 1, which of the following is a proper select statement ?
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 SQL: Queries, Constraints and Triggers - Functions and Procedures - Quiz No.1.
For the function created in Question 1, which of the following is a proper select statement ?
Select dept name, budget from instructor where dept count() > 12;
Select dept name, budget from instructor where dept count(dept name) > 12;
Select dept name, budget where dept count(dept name) > 12;
Select dept name, budget from instructor where dept count(budget) > 12;
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes