Which of the following set should be associated with weak entity set for weak entity to be meaningful?
Procedural language among the following is __________
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Which forms have a relation that contains information about a single entity?
_______ indicates the maximum number of entities that can be involved in a relationship.
Why the following statement is erroneous?
SELECT dept_name, ID, avg (salary)
FROM instructor
GROUP BY dept_name;
After groups have been established, SQL applies predicates in the ___________ clause, allowing aggregate functions to be used.
What does a foreign key combined with a primary key create?
Which of the following is correct according to the technology deployed by DBMS?
What is the function of the following command?
Delete from r where P;
Which of the following is the best way to represent the attributes in a large db?
Which of the following is the subset of SQL commands used to manipulate Oracle Structures, including tables?
Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?
The given Query can also be replaced with_______:
SELECT name, course_id
FROM instructor, teaches
WHERE instructor_ID= teaches_ID;
What do you mean by one to many relationships?
In the following Query, which of the following can be placed in the Query's blank portion to display the salary from highest to lowest amount, and sorting the employs name alphabetically?
SELECT *
FROM instructor
ORDER BY salary ____, name ___;
55 docs|215 tests
|
55 docs|215 tests
|