Question
Which of the following identification number is used by
EPFO for EPF contributions?Solution
For all Employee Provident Fund (EPF) transfers, it is mandatory for an employee to have a Universal Account Number (UAN), which is allotted by the EPFO.Β It is a 12 digit unique number assigned to an employee. The UAN of an employee remains the same throughout his life irrespective of the number of jobs he/she changes. Every time an employee switches his/her job, EPFO allots a new member identification number or EPF Account (ID), which is linked to the UAN
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: