This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Define Entity Set ? |
|
Answer» COMPILATION of all ENTRIES of any particular TYPE of entry in the database is CALLED ENTITY Set. Compilation of all entries of any particular type of entry in the database is called Entity Set. |
|
| 2. |
Define Entity? |
|
Answer» It can be DEFINED as being a ‘THING’ with an INDEPENDENT existence in the REAL world. It can be defined as being a ‘thing’ with an independent existence in the real world. |
|
| 3. |
Define Object-oriented Model? |
|
Answer» Compilations of objects make up this model in which values are stored within INSTANCE variables which is inside the object. The object itself comprises BODIES of object for its OPERATION which are CALLED methods. Objects containing same KIND of variables and methods are called classes. Compilations of objects make up this model in which values are stored within instance variables which is inside the object. The object itself comprises bodies of object for its operation which are called methods. Objects containing same kind of variables and methods are called classes. |
|
| 4. |
Enlist The Various Transaction Phases? |
|
Answer» The various transaction PHASES are: The various transaction phases are: |
|
| 5. |
Define Atomicity And Aggregation? |
|
Answer» Atomicity: It’s an all or none CONCEPT which enables the USER to be assured of incomplete transactions to be TAKEN care of. The actions involving incomplete transactions are LEFT undone in DBMS. Atomicity: It’s an all or none concept which enables the user to be assured of incomplete transactions to be taken care of. The actions involving incomplete transactions are left undone in DBMS. |
|
| 6. |
What Is Database Partitioning? |
|
Answer» Division of LOGICAL DATABASE into independent complete units for improving its management, AVAILABILITY and PERFORMANCE is called Database PARTITIONING. Division of logical database into independent complete units for improving its management, availability and performance is called Database partitioning. |
|
| 7. |
Explain The Importance Of Partitioning? |
|
Answer» Splitting of one table which is large into smaller database entities LOGICALLY is called database PARTITIONING. Its benefits are:
Splitting of one table which is large into smaller database entities logically is called database partitioning. Its benefits are: |
|
| 8. |
Define Database System? |
|
Answer» DBMS ALONG with DATABASE is CALLED Database SYSTEM. DBMS along with database is called Database system. |
|
| 9. |
Define Ddl Interpreter? |
|
Answer» DDL STATEMENTS are interpreted and RECORDED in tables CALLED METADATA. DDL statements are interpreted and recorded in tables called metadata. |
|
| 10. |
What Do You Mean By Query Evaluation Engine? |
|
Answer» QUERY Evaluation Engine EXECUTES the low-level INSTRUCTIONS that are generated by the COMPILER. Query Evaluation Engine executes the low-level instructions that are generated by the compiler. |
|
| 11. |
Define Fragmentation? |
|
Answer» Fragmentation can be DEFINED as a database FEATURE of server that promotes control on DATA which is STORED at table level by the user. Fragmentation can be defined as a database feature of server that promotes control on data which is stored at table level by the user. |
|
| 12. |
What Do You Mean By Fill Factor Concept With Respect To Indexes? |
|
Answer» Fill Factor can be DEFINED as being that value which defines the percentage of LEFT SPACE on every leaf-level PAGE that is to be packed with data. 100 is the DEFAULT value of Fill Factor. Fill Factor can be defined as being that value which defines the percentage of left space on every leaf-level page that is to be packed with data. 100 is the default value of Fill Factor. |
|
| 13. |
Differentiate Table Scan From Index Scan? |
|
Answer» ITERATING over all the table ROWS is called Table Scan while iterating over all the index ITEMS is DEFINED as Index Scan. Iterating over all the table rows is called Table Scan while iterating over all the index items is defined as Index Scan. |
|
| 14. |
Define B-trees? |
|
Answer» A data structure in the form of tree which stores sorted data and searches, insertions, SEQUENTIAL ACCESS and deletions are allowed in LOGARITHMIC time. A data structure in the form of tree which stores sorted data and searches, insertions, sequential access and deletions are allowed in logarithmic time. |
|
| 15. |
What Is Executive Plan? |
|
Answer» Executive PLAN can be DEFINED as:
Executive plan can be defined as: |
|
| 16. |
Enlist Ways To Efficiently Code Transactions? |
|
Answer» Ways to efficiently code TRANSACTIONS:
Ways to efficiently code transactions: |
|
| 17. |
Enlist The Disadvantages Of Query? |
|
Answer» The disadvantages of QUERY are:
The disadvantages of query are: |
|
| 18. |
How Does Index Hunting Help In Improving Query Performance? |
|
Answer» Index hunting helps in improving the speed as WELL as the QUERY performance of database. The followed measures are achieved to do that:
Index hunting helps in improving the speed as well as the query performance of database. The followed measures are achieved to do that: |
|
| 19. |
What Do You Mean By Index Hunting? |
|
Answer» INDEXES help in IMPROVING the speed as well as the QUERY performance of database. The procedure of boosting the collection of indexes is named as Index HUNTING. Indexes help in improving the speed as well as the query performance of database. The procedure of boosting the collection of indexes is named as Index hunting. |
|
| 20. |
Define Join And Enlist Its Types? |
|
Answer» Joins help in explaining the relation between different TABLES. They also enable you to select data with relation to data in another table. The various types are: Joins help in explaining the relation between different tables. They also enable you to select data with relation to data in another table. The various types are: |
|
| 21. |
Define Data Warehousing? |
|
Answer» Storage and access of data from the central location in ORDER to take some strategic decision is called Data WAREHOUSING. Enterprise MANAGEMENT is used for managing the information whose FRAMEWORK is known as Data Warehousing. Storage and access of data from the central location in order to take some strategic decision is called Data Warehousing. Enterprise management is used for managing the information whose framework is known as Data Warehousing. |
|
| 22. |
Define “correlated Sub Queries”? |
|
Answer» A ‘CORRELATED subquery’ is a sort of SUB query but correlated subquery is reliant on another query for a value that is RETURNED. In CASE of execution, the sub query is executed first and then the correlated query. A ‘correlated subquery’ is a sort of sub query but correlated subquery is reliant on another query for a value that is returned. In case of execution, the sub query is executed first and then the correlated query. |
|
| 23. |
What Restrictions Can You Apply When You Are Creating Views? |
|
Answer» Restrictions that are applied are:
Restrictions that are applied are: |
|
| 24. |
Define Scalar Functions? |
|
Answer» SCALAR function is depended on the argument given and RETURNS SOLE VALUE. Scalar function is depended on the argument given and returns sole value. |
|
| 25. |
Define Aggregate Functions? |
|
Answer» Functions which operate against a collection of values and returning single VALUE is CALLED AGGREGATE functions. Functions which operate against a collection of values and returning single value is called aggregate functions. |
|
| 26. |
Compare Non-clustered And Clustered Index? |
|
Answer» Both having B-tree structure, non-CLUSTERED INDEX has DATA POINTERS enabling ONE table many non-clustered indexes while clustered index is distinct for every table. Both having B-tree structure, non-clustered index has data pointers enabling one table many non-clustered indexes while clustered index is distinct for every table. |
|
| 27. |
Why Is Group-clause Used? |
|
Answer» Group-clause USES aggregate VALUES to be DERIVED by collecting SIMILAR DATA. Group-clause uses aggregate values to be derived by collecting similar data. |
|
| 28. |
Define Sub-query? |
|
Answer» A QUERY CONTAINED by a query is CALLED Sub-query. A query contained by a query is called Sub-query. |
|
| 29. |
Enlist The Cursor Types? |
|
Answer» They are: They are: |
|
| 30. |
Define Cursor? |
|
Answer» A database object which HELPS in manipulating DATA row by row representing a result set is called CURSOR. A database object which helps in manipulating data row by row representing a result set is called cursor. |
|
| 31. |
Define Union All Operator And Union? |
|
Answer» FULL recordings of two TABLES is UNION All operator.A distinct recording of two tables is Union. Full recordings of two tables is Union All operator.A distinct recording of two tables is Union. |
|
| 32. |
Enlist Some Commands Of Ddl? |
|
Answer» CREATE: Create is used in the CREATE TABLE statement. CREATE: Create is used in the CREATE TABLE statement. |
|
| 33. |
Define Ddl And Dml? |
|
Answer» Managing properties and ATTRIBUTES of database is called Data DEFINITION Language(DDL). Managing properties and attributes of database is called Data Definition Language(DDL). |
|
| 34. |
Define De Normalization? |
|
Answer» Boosting up database performance, ADDING of REDUNDANT DATA which in turn HELPS rid of complex data is called denormalization. Boosting up database performance, adding of redundant data which in turn helps rid of complex data is called denormalization. |
|
| 35. |
Enlist The Advantages Of Normalizing Database? |
|
Answer» Advantages of normalizing database are:
Advantages of normalizing database are: |
|
| 36. |
Define Normalization? |
|
Answer» ORGANIZED data void of inconsistent dependency and redundancy within a database is CALLED NORMALIZATION. Organized data void of inconsistent dependency and redundancy within a database is called normalization. |
|
| 37. |
Enlist The Various Relationships Of Database? |
|
Answer» The various relationships of DATABASE are:
The various relationships of database are: |
|
| 38. |
Define Database Model? |
|
Answer» A data model determining fundamentally how data can be STORED, manipulated and organised and the structure of the DATABASE LOGICALLY is CALLED database model. A data model determining fundamentally how data can be stored, manipulated and organised and the structure of the database logically is called database model. |
|
| 39. |
What Do Database Languages Do? |
|
Answer» As special-purpose LANGUAGES, they have:
As special-purpose languages, they have: |
|
| 40. |
What Are The Features Of Database Language? |
|
Answer» A database language may also INCORPORATE features like:
A database language may also incorporate features like: |
|
| 41. |
Segregate Database Technology’s Development? |
|
Answer» The development of database TECHNOLOGY is DIVIDED into: The development of database technology is divided into: |
|
| 42. |
What Is Database? |
|
Answer» A database is a LOGICALLY coherent collection of data with some inherent meaning, REPRESENTING some aspect of REAL world and which is designed, built and populated with data for a specific purpose. A database is a logically coherent collection of data with some inherent meaning, representing some aspect of real world and which is designed, built and populated with data for a specific purpose. |
|
| 43. |
Define The "integrity Rules"? |
|
Answer» There are two Integrity rules. REFERENTIAL Integrity: States that "Foreign Key can be either a NULL value or should be Primary Key value of other RELATION. There are two Integrity rules. Referential Integrity: States that "Foreign Key can be either a NULL value or should be Primary Key value of other relation. |
|
| 44. |
List Out The Standard Sql Lite Commands? |
|
Answer» The standard SQL Lite commands interact with relational DATABASES are similar to SQL. They are Based on their operational nature these commands can be classified. The standard SQL Lite commands interact with relational databases are similar to SQL. They are Based on their operational nature these commands can be classified. |
|
| 45. |
Give A Comment On Transaction? |
Answer»
|
|
| 46. |
Explain What Is Sql Lite? |
|
Answer» SQL LITE is a mostly ACID compliant RELATIONAL database MANAGEMENT system CONTAINED in a RELATIVELY small C PROGRAMMING library. SQL LITE is a mostly ACID compliant relational database management system contained in a relatively small C programming library. |
|
| 47. |
Explain How Boolean Values In Sql Lite Are Stored? |
|
Answer» Boolean VALUES in SQL lite are stored as integers 0 (false) and 1 (TRUE). SQL Lite does not have a separate Boolean storage class. Boolean values in SQL lite are stored as integers 0 (false) and 1 (true). SQL Lite does not have a separate Boolean storage class. |
|
| 48. |
When Is The Update_statistics Command Used? |
| Answer» | |
| 49. |
Explain What Is The Use Of Sqlite Group By Clause? |
|
Answer» The SQLITE group by clause is used in COLLABORATION with the SELECT statement to ARRANGE identical DATA into GROUPS. The SQLITE group by clause is used in collaboration with the SELECT statement to arrange identical data into groups. |
|
| 50. |
Describe The Three Levels Of Data Abstraction? |
Answer»
|
|