Find out the list of roles which gives access to GUI
activities? thanks in advance
Answer / Padam Singh
ProgrammingLanguagesAllOther|To find out the list of roles that give access to GUI activities, you need to query your database according to its structure. Here's an example using a hypothetical database structure:n```sqlnSELECT DISTINCT role_name FROM RolesnJOIN RolePermissions ON Roles.role_id = RolePermissions.role_idnWHERE permission_name IN ('GUI activity 1', 'GUI activity 2', ..., 'GUI activity n');```
| Is This Answer Correct ? | 0 Yes | 0 No |
what type of exceptions & problems are faced in production time at java technology?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
if heap sort contains n elements, no of comparsions required are
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
1.group by clause explain along with an example
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
what is class module in vb6? what it's use? with example..
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what is d main diff between the java and .net framework