List out three benefits of strategic planning.
What will be an ideal response?
Strategic planning is a process that helps managers identify desired outcomes and formulate feasible plans to achieve their objectives by using available resources and capabilities.The following is a set of frequently cited benefits of strategic planning:
• Provides a framework and a clearly defined direction to guide decision making at all levels throughout the organization
• Ensures the most effective use is made of the organization’s resources by focusing those resources on agreed-on key priorities
• Provides a set of excellent measures for judging organizational and personnel performance
You might also like to view...
You can set the rules for conditional formatting using the ________ Rules Manager
A) Background Color B) Find and Replace C) New Formatting D) Conditional Formatting
Consider the following database schema:
Student(StudID,SName,SAddr) Transcript(StudID,DeptCode,CrsNum,Semester,Grade)(a) Write an SQL query that generates a table of the SNames of all students taking courses in the department with DeptCode ?CS?. (b) Give the ?naive? translation of your SQL query into the relational algebra (as given by the general translation of SQL to relational algebra.) (c) Assume that there is an index with search key DeptCode on the transcript table, and no other indexes. Describe carefully and completely how you would evaluate the above query in a most ecient way. Give a precise query plan and carefully describing each operation. (d) Give the relational algebra expression for this query that most closely corresponds to the way you chose (in the previous subproblem) to eciently evaluate this query.