What is called the user has identified via a username and password in DBMS?
Ans: a
Which key is an attribute of a table that matches a primary key attribute in another table to create a relationship?
Ans: c
With SQL, how do you select all the records from a table named "NEB" where the value of the column "department" is "CDC"?
Ans: c
Which statement is used to delete a table in SQL?
Ans: b
Which function is used to connect to mySQL database?
Ans: b
Which of the following is DML statement?
Ans: b
Which one of the following given statement is correct?
Ans: a
Which database system normally offers better performance for geographically dispersed users?
Ans: b
Which of the following uniquely identifies each record in the table?
Ans: d
A field that is used to uniquely define a particular record in a table is called:
Ans: a
Which of the following SQL statement is used to DELETE row from a database table?
Ans: a
Which SQL keyword is used to retrieve data from a table?
Ans: a
Which function is used to connect to MySql database?
Ans: a
Which SQL statement will show the names and heights of all basketball players taller than 6 feet?
Ans: c
Which of the following principle apply to 2NF?
Ans: b