Question
Which of the following statements is/are correct
regarding the Industrial Employment (Standing Orders) Act, 1946? I. The Act requires industrial establishments employing 100 or more workers to define conditions of employment. II. Certified standing orders must be prominently posted in the workplace. III. Employers have unlimited time to submit draft standing orders after the Act's applicability.Solution
The Act mandates industrial establishments with 100 or more workers to define and communicate employment conditions clearly, and employers must post certified standing orders prominently in the workplace. Statement II is incorrect as employers must submit draft standing orders within six months of the Act's applicability.
In an E-R Diagram, entities are typically represented by:
Which of the following is used to remove all records from a table without removing the table structure?
Which SQL constraint ensures that a column cannot have NULL values?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which SQL command is used to retrieve data from a database?
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which SQL clause is used to group rows based on one or more columns?
Which of the following is not part of the process control block (PCB)?
Given a binary tree, a "zigzag" level order traversal prints the nodes level by level, but alternating the order of nodes from left-to-right and right-t...