(A) Grant permission to Amali,only to retrieve data from Employee table and grant permission to Hiruni, only to update the designation from Employee table
(B) Grant permission to Hiruni in order to grant, select and update permission to Amali
(C) Grant permission to Amali & Hiruni to update designation of employees in the Employee table
(D) Grant permission to Amali & Hiruni to update designation of employees in the Employee table
Category: Database Mcqs
Database Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Database Mcqs section will help users to prepare mcqs of Database for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator, Database Administrator and all other Exams can prepare their Database portion from here.
What will the following questions help you define? What types of transactions take place? How many different types of transactions are there?
(A) Available resources
(B) Data environment
(C) Current operations
(D) Business objectives
What are the fourth and fifth steps in developing a POS?
(A) Define the entities, attributes, relationships, connectivities, cardinalities, and constraints. Create the initial ERD segments
(B) Develop business rules. Create the initial ERD segments
(C) Develop business rules. Define the entities, attributes, relationships, connectivities, cardinalities, and constraints
(D) Define the major transaction modules. Create the initial ERD segments
Which of the following is the correct syntax for adding a new column into an existing table?
(A) ALTER TABLE table_name { ALTER [COLUMN] column type [(size)] [DEFAULT default] }
(B) ALTER TABLE table_name { ADD [COLUMN] column type [(size)] [DEFAULT default] }
(C) Both I and II
(D) None of the above
The __ operator allows to use wild cards in the where clause of an SQL statement.
(A) IN
(B) FROM
(C) LIKE
(D) None of the above
In an ERD, the focus is on the __ and the relationships between them.
(A) attributes
(B) entities
(C) keys
(D) indexes
Which of the following might be represented with a single-valued attribute?
(A) erson’s phone number
(B) car’s color
(C) employee’s educational background
(D) computer’s processor speed
A collection of concepts that can be used to describe the structure of a database?
(A) Database
(B) DBMS
(C) Data model
(D) Data