you think Critical Thinking Is?(Discussion)
The Week 3 Discussion topic is about Critical Thinking. Respond to the question below.1)What do you think Critical Thinking Is?Discussion Post RequirementsDo Not copy and paste from the Internet or articles as your reply.2) Need Reply to Two Classmates
What is an easy way to understand the Big O
Question What is an easy way to understand the Big O of O(LogN)?
(floor_fraction_test: 1 point). Suppose you are given two variables, a
Question (floor_fraction_test: 1 point). Suppose you are given two variables, a and b, whose values are the real numbers, a≥0 (non-negative) and b>0 (positive). Complete the function, floor_fraction(a, b) so that it returns ⌊a/b], that is, the floor of a/b. The type of the returned value must be int (an integer).
pregnancy and peroidontitis
Question pregnancy and peroidontitis
On the political compass Mahatma Ghandi was a liberal leftist.
Question On the political compass Mahatma Ghandi was a liberal leftist. In history, what made him a liberalist?
interview an IT professional involved in project management at your
Question interview an IT professional involved in project management at your current or previous organization. Prior to the interview, list of questions to help you acquire information related to the questions below. addressing the following criteria:what is project development methodology that the IT professional you interviewed uses to complete tasks.what. Is the role of a business analyst in health IT projects and how it has prepared them for challenging projects.what skill set are needed as an application developer skill sets that the IT professional uses and how these skill sets could be used in you as a nurse informaticist? what are quality assurance process and system testing methodology?
Database Design and ImplementationQuestion 1JustLee Books would like to create
Question Database Design and ImplementationQuestion 1JustLee Books would like to create some new tables to store office equipment inventory data. The diagram below shows a basic E-R model for the three tables including the needed columns and relationship lines. The underlined columns uniquely identify each row in the associated table.After analysing the data requirements, the following list of requirements were developed. Each department must be unique (Dept_ID, Number (2), CONSTRAINT, PRIMARY KEY) Each department must be assigned a name (Dept_Name, varchar 2 (10)) Each equipment type must be unique (EquipType_ID, Number (2), CONSTRAINT PRIMARY KEY) Each equipment type must be assigned a name (Equip_Name, varchar2 (10)) Each equipment item must be unique (Equip_ID Number (5), CONSTRAINT PRIMARY KEY) Each equipment item must be assigned a valid department (CONSTRAINT equip_dept_id_fk FOREIGN KEY) An equipment item be assigned an equipment type, and it must be valid (CONSTRAINT equip_type_id_fk FOREIGN KEY) Valid rating values for equipment are A, B, and C (CONSTRAINT iquip_rating_ck)1.1 Based on the information provided above, write SQL statements for creating the DEPARTMENT, EQUIPMENT AND EQUIPTYPE TABLES.1.2 Display all the constraints that exists in the EQUIPMENT table1.3 you have to create a sequence for populating the Equip_ID column of the EQUIPMENT table. Name the sequence Equip_Data_ID_Seq. Start the sequence at 10, increment the sequence by 2, have a maximum value of 1000 and do not allow caching.1.4 Add the following data to the DEPARTMENT, EQUIPMENT, EQUIPTYPE tables. Use the Equip_Data_ID_Seq sequence to populate the Equip_id column.DEPARTMENT table:Dep_ID Dept_Name Fax1 Warehouse 011 6702 Finance 011 680EQUIPMENT table:Equip_id Equip_desc Purchase_date Rating Dept_ID EquipType_ID Fork lift 21-October-2018 A 1 1 Printer 05-June-2016 B 2 2 Fax 10-July -2015 B 2 3 Lattop 20-January-209 A 2 4EQUIPTYPE tableEquipType_ID EquipTypeName1 Fork lift2 Printer3 Fax4 Laptop1.5. Disable the iquip_rating_ck constraint 1.6. Drop the primary key for the EQUIPMENT table1.7. you have to create a private synonym that enables you to reference Equip_Data_ID_Seq object as EQUIP_DATA1.8. you have to create a B-tree index on the EQUIPMENT’s Equip_desc column. Verify that the index exists by querying the data dictionary. Remove the index from data dictionary.Question 2Use the JustLee Books database to create the following SQL queries2.1. A customer service representative is trying to identify all books in the Computer and Family Life categories and published by publishers with PUBID = 1 or PUBID = 3. However, the results shouldn’t list any books selling for less than $45.00.2.2. Which books were written by an author with the last name Adams? Perform the search using the author name. Create the query using keywords JOIN….USING.2.3. you have to create a list of all customer numbers along with text indicating whether the customer has been referred by another customer. Display the text ‘NOT REFERRED” if the customer was not referred or “REFERRED” if the customer was referred.2.4. Use subqueries to build a query that determine which customers placed orders for the least expensive book (in terms of regular retail price) carried by JustLee Books. ATTACHMENT PREVIEW Download attachment Screenshot (2762).png DEPARTMENT FOUIPMENT EQUIPTYPE Dept ID Equip ID Dept_Name Equip_desc Equip Type ID Fax Purchase date Equip Type_Name Rating Dept_ID Equip Type_ID
.
Question .
This question was created from Public Health question https://www.coursehero.com/file/17966075/Public-Health-question/ Polanska
Question This question was created from Public Health question https://www..com/file/17966075/Public-Health-question/ Polanska K et al. (2014) Predictors of environmental lead exposure among pregnant women – a prospective cohort study in Poland. Annals Agric Environ Med. 21(1):49-54. ATTACHMENT PREVIEW Download attachment 17966075-337913.jpeg What do you think the public health significance of the research question in this study was? Is it mostly of local significance or is there a global impact? Explain. Does the study fill an important gap, in your opinion? Why or why not? Critique the methodology. Why do you think the authors chose this methodology and what would you have done differently? Explain. Interpret the results in your own words and then discuss with your colleagues whether you agree or disagree with the author’s interpretations and why.
Assuming the SELECT statement below is a proper query, which
Question Assuming the SELECT statement below is a proper query, which is true regarding the following statement? CREATE VIEW example AS SELECT vendor_name, SUM(invoice_total) AS “Invoice Sum” FROM vendors JOIN invoices ON vendors.vendor_id = invoices.vendor_id GROUP BY vendor_name ORDER BY vendor_name;
Database Design Diagram (ERD) style=”color:rgb(0,0,0);”>Suppose a local college has tasked
Question Database Design Diagram (ERD) style=”color:rgb(0,0,0);”>Suppose a local college has tasked you to develop a database that will keep track of students and the courses that they have taken. In addition to tracking the students and courses, the client wants the database to keep track of the instructors teaching each of the courses. Suppose a local college has tasked you to develop a database that will keep track of students and the courses that they have taken. In addition to tracking the students and courses, the client wants the database to keep track of the instructors teaching each of the courses. For each course, the college needs to track the course ID, course name, department, quarters offered, sections, and instructor teaching each course. For each instructor, the college needs to track the instructor ID, name, address, phone numbers and types (such as mobile, home, work), email addresses and types (such as personal, school, work), gender, birth date, and the courses that each instructor is qualified to teach. Additionally, the college needs to track the final grades for each student after each course has completed.
Do you believe the United States is a true and
Question Do you believe the United States is a true and healthy representative form of democracy? Explain your answer using the definitions you were given and please refer to some of the specific characteristics of a democracy. Vocabulary to use: Democracy, power and influence, elections, majority rule, minority rights, limited government, due process, oligarchies, monarchies, Constitutional Monarchies, Plutocracy, aristocracy.
(TCO 7) Write a query to display the total amount
Question (TCO 7) Write a query to display the total amount owed by all customers, formatted to display with two decimal places. ATTACHMENT PREVIEW Download attachment image01155d76e8c.gif
- Locate an industry that uses one of the types of
Question
- Locate an industry that uses one of the types of databases in use today
- Identify type of database
- How the database is used
- Significance in business
Think about the main challenges in classical analysis, and select
Question Think about the main challenges in classical analysis, and select the one that you think is most relevant. Discuss this challenge and provide ideas and arguments about how this challenge can be overcome.
Chronic illnesses like HIV/AIDS may have a stigma associated with
Question Chronic illnesses like HIV/AIDS may have a stigma associated with them. Explain the biological, psychological, social, and cultural impact of HIV/AIDS and how these have changed over time. How might health professionals help those with HIV/AIDS cope?
Briefly present your recommendations for improving the nation’s Homeland Security
Question Briefly present your recommendations for improving the nation’s Homeland Security Enterprise efforts.
explained the process LEGO used to implement ERM. Do you agree with the approach implemented and why? If you could change anything about the implementation of ERM in this case study what would that be and why? Would you implement the same ERM in
To complete this assignment, you must do the following:A) Create a new thread by Thursday. As indicated above, reflect on the ERM implementation in the LEGO group, make recommendations and determine if it can be implemented in your current or future organizations. B) Select AT LEAST 3 other students’ threads and post substantive comments on those threads, evaluating the pros and cons of that student’s recommendations. Your comments should extend the conversation started with the thread. Replies should be completed by Sunday.ALL original posts (4 in total) and comments must be substantive. (I’m looking for about a paragraph – not just “I agree.”)NOTE: These discussions should be informal discussions, NOT research papers. If you MUST directly quote a resource, then cite it properly. However, I would much rather simply read your words. This is a Discussion assignment it should be of 300 words and need 3 separate comments regarding the topic each of 100 words It should be zero plagarism
what are the list and the definition of the Aristotle’s
Question what are the list and the definition of the Aristotle’s six types of government. how can these classifications can be useful today to someone analyzing current governmental structures?
What is the evolution of democracy? Compare and contrast direct
Question What is the evolution of democracy? Compare and contrast direct democracy with representative democracy? What are Aristotle’s concerns about democracy? What type of stability are offered by these variations within democracy
Choose any two of the following four options to do some research.Then
Choose any two of the following four options to do some research.Then write a discussion paragraph each, just a few sentences(at least 180 words each).If any sources are used, please write them down. Since this is a discussion, I may need your help to write a reply after some time. Thank you.
The post you think Critical Thinking Is?(Discussion) appeared first on Smashing Essays.