Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?
Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Which one of the following given statements possibly contains the error?
The given Query can also be replaced with_______:
SELECT name, course_id
FROM instructor, teaches
WHERE instructor_ID= teaches_ID;
Ready the Query carefully:
SELECT emp_name
FROM department
WHERE dept_name LIKE ' _____ Computer Science';
In the above-given Query, which of the following can be placed in the Query's blank portion to select the "dept_name" that also contains Computer Science as its ending string?
The given Query can be replaced with ____________:
SELECT name
FROM instructor1
WHERE salary <= 100000 AND salary >= 90000;
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 ___;
A Database Management System is a type of _________software.
Which of the following can be considered as the maximum size that is supported by FAT?
A huge collection of the information or data accumulated form several different sources is known as ________:
Which of the following can be considered as the maximum size that is supported by NTFS?
Which one of the following refers to the copies of the same data (or information) occupying the memory space at multiple places.
Which of the following can be used to extract or filter the data & information from the data warehouse?
Which of the following refers to the level of data abstraction that describes exactly how the data actually stored?
Which one of the following refers to the "data about data"?
In general, a file is basically a collection of all related______.