Which of the following is the main purpose of a Database Management System (DBMS)?
Answer: d) All of the above
Which of the following is a feature of RDBMS (Relational Database Management System)?
Answer: b) Data is stored in tables with rows and columns
Which of the following is a valid SQL statement to retrieve all records from the 'students' table?
Answer: a) SELECT * FROM students;
What does the acronym SQL stand for?
Answer: a) Structured Query Language
Which of the following SQL commands is used to remove a table from a database?
Answer: c) DROP
In SQL, which of the following clauses is used to filter records?
Answer: a) WHERE
What is the correct syntax for declaring a variable in PL/SQL?
Answer: c) DECLARE name TYPE;
Which of the following is NOT a valid data type in PL/SQL?
Answer: d) JSON
In PL/SQL, what is the use of the 'EXCEPTION' block?
Answer: a) To catch errors during runtime
Which of the following is true about advanced PL/SQL?
Answer: a) It allows the use of stored procedures, functions, and triggers
What is the main difference between SQL and NoSQL databases?
Answer: a) SQL databases are based on relational models, while NoSQL databases use non-relational models
Which of the following is an example of a NoSQL database?
Answer: c) MongoDB
What is the primary advantage of using MongoDB?
Answer: c) It supports flexible schema and scalability
Which of the following is used to retrieve data from a MongoDB database?
Answer: c) db.collection.find()
Which of the following is a characteristic of the NoSQL database MongoDB?
Answer: b) It allows the storage of data in the form of documents
Note/Caution: studentsbizz.com does not promise a job or an interview in exchange for money. Fraudsters may ask you to pay under the pretext of a registration fee or refundable fee, but please be aware that legitimate employers will not require such payments.