Here in this article, we will be listing frequently asked Informix interview questions and Answers with the belief that they will be helpful for you to gain higher marks. Also, to let you know that this article has been written under the guidance of industry professionals and covered all the current competencies.
The Informix database was designed by Roger Sippl in the late 1970s and was initially developed in his company Informix Corporation and later in April 2001; IBM acquired it.
A chunk is a physical portion of the disk on which the Informix stores its data. A fragment can be a raw partition or a file system file.
An Informix instance is a database server which manages the one or more than one Informix databases.
The Database object is a table or a view or any other type of objects supported by Informix. The Database objects are created using a statement SQL CREATE for these types of objects, and the database objects have owners.
[database[@server_name]:][owner.]object
A large binary object which is also known as a Blob is a collection of the binary data which is stored as a single entity in a database management system. Blobs are the audio or the images or the other multimedia objects.
Informix database uses a concept which is called key-value locking. Key Value locking is used to lock the deleted row. When the server deletes a row, then the critical values in the indexes of the table are not removed immediately. Instead, each key value is marked as deleted, and a lock is placed on the critical value.
Informix 4GL is a fourth-generation database which was developed in the mid-'80s. Informix 4GL provides the flexibility to work without the use of third generation programming languages like COBOL. Informix 4GL is mostly used in developing business applications.
A light scan is the sequential data scan of the data tables when the number of pages in the table is more than the number of buffers in the buffer pool.
There are four joins in the Informix:-