Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1426 / 1624
Create a query that will show the name of each customer and their phone number f
Create a query that will show the name of each customer and their phone number for all customers who live in Clinton Township. Make sure the first and last name of the customer ap…
Create a query to display the last name and salary for all employees. Format the
Create a query to display the last name and salary for all employees. Format the salary to be 15 characters long, left-padded with the $ symbol. Label the column SALARY. Create a …
Create a query to produce the total purchase per invoice, generating the results
Create a query to produce the total purchase per invoice, generating the results shown in Figure P7.33. The invoice total is the sum of the product purchases in the LINE that corr…
Create a query to produce the total purchase per invoice, generating the results
Create a query to produce the total purchase per invoice, generating the results shown in Figure P7.33. The invoice total is the sum of the product purchases in the LINE that corr…
Create a query to produce the total purchase per invoice, generating the results
Create a query to produce the total purchase per invoice, generating the results shown in Figure P7.33. The invoice total is the sum of the product purchases in the LINE that corr…
Create a query using SQL based on Tbltransactions and tblProducts that calculate
Create a query using SQL based on Tbltransactions and tblProducts that calculates total sales volume for each ProductType. Use the INNER JOIN clause to connect the two tables. Use…
Create a query/queries to read from the sakila database the following informatio
Create a query/queries to read from the sakila database the following information: film title, and actors in each film. Write to a file called FilmActors. txt the information from…
Create a query/queries to read from the sakila database the following informatio
Create a query/queries to read from the sakila database the following information: film title, and actors in each film. Write to a file called FilmActors. txt the information from…
Create a question that can be answered using the cumulative probability in their
Create a question that can be answered using the cumulative probability in their probability table. Answer the question in your own words. In 2016-2017 the flu vaccine was said to…
Create a questionnaire designed to elicit information from potential users of yo
Create a questionnaire designed to elicit information from potential users of your product. It must contain at least 3-5 closed demographic questions (age, gender, location, etc.)…
Create a quiz using loops and/ or arrays. (not a print screen using an output bo
Create a quiz using loops and/ or arrays. (not a print screen using an output box) User will take a quiz that will determine what state they should live in. The user will type in …
Create a radical equation. Use a random number generator to generate TWO numbers
Create a radical equation. Use a random number generator to generate TWO numbers between -10 and 10 (they CANNOT be the same number). Call these numbers A and B. Use those numbers…
Create a recipe, with at least five ingredients, in pseudocode for your specialt
Create a recipe, with at least five ingredients, in pseudocode for your specialty. You can assume that: 1.All ingredients are available and accessible to the user. 2.The person re…
Create a recursive function to draw this pattern, given a maximum number of star
Create a recursive function to draw this pattern, given a maximum number of stars (which should be a power of 2) and a column on which to begin drawing stars. The prototype for th…
Create a recursive method called triangle that takes one parameter n and then re
Create a recursive method called triangle that takes one parameter n and then returns a string that when printed will print a triangle on the console as shown below. When it passe…
Create a recursive method to print out all the emotions recursively. import java
Create a recursive method to print out all the emotions recursively. import java.util.Arrays; import java.util.Scanner; //recursion public class Exercise5 { public static Strin…
Create a recursive procedure called (alternate lst1 Ist2 Ist3) that returns a li
Create a recursive procedure called (alternate lst1 Ist2 Ist3) that returns a list with alternative values from the 3 given list. Use comments to indicate in the code the four ste…
Create a reference class called EqualTemperedFrequency . Have it implement the C
Create a reference class called EqualTemperedFrequency. Have it implement the Comparable interface The class will contain a single double value that is a sound frequency. The API …
Create a reference data type using the following criteria. Problem statement: Cr
Create a reference data type using the following criteria. Problem statement: Create a reference data type that will be used by a college to store a persons information. The infor…
Create a reference page by citing the following sources in correct APA format. Y
Create a reference page by citing the following sources in correct APA format. You may use your text or the OWL website to help you, but do not use citation generators. • A text b…
Create a refernce data type using the following criteria. Make sure the class an
Create a refernce data type using the following criteria. Make sure the class and test class compile corrrectly. Problem statement: Create a reference data type that will be used …
Create a regular expression in unix/linux that validates an email address. The r
Create a regular expression in unix/linux that validates an email address. The rules of a valid email address are: - An email address consists of: username@domain - Domain consist…
Create a relation that represents the dependence between objects. The table shou
Create a relation that represents the dependence between objects. The table should have two attributes called object and dependent, where object is the primary key of the relation…
Create a relational (logical) schema using the following information. For each a
Create a relational (logical) schema using the following information. For each ad campaign: a unique AdCampaignID, AdCampaignName, a start date, and a duration of the campaign For…
Create a report containing Company names and Orders. Must use 2 tables Customers
Create a report containing Company names and Orders. Must use 2 tables Customers and Orders Common field is the CustomerID. SELECT Customers.CompanyName, Orders.OrderID FROM Custo…
Create a requirements document and a Use document and then design a Windows form
Create a requirements document and a Use document and then design a Windows form mock-up based on the Case Definition case project shown in Figure 3-97: An international airline r…
Create a research question in the field of psychology that you are interested in
Create a research question in the field of psychology that you are interested in researching. Write questions clearly. Include a brief background of the problem you are proposing …
Create a research question in the field of psychology that you are interested in
Create a research question in the field of psychology that you are interested in researching. Write questions clearly. Include a brief background of the problem you are proposing …
Create a responsive website about a topic of your choice with at least 5 pages.
Create a responsive website about a topic of your choice with at least 5 pages. The site must have a homepage in addition to a minimum of 4 sub-pages, and must provide both graphi…
Create a risk register for a project of your choice (except the Kitchen Heaven c
Create a risk register for a project of your choice (except the Kitchen Heaven case study). The project should be one that you are or were personally involved in. . Find or create…
Create a risk register for the project. Identify six potential risks, using info
Create a risk register for the project. Identify six potential risks, using information from the case study below. Include both negative and positive risks. Benefits International…
Create a router table for Router F. For each row in the table identify the desti
Create a router table for Router F. For each row in the table identify the destination IP address and the IP Address (not the router name) used for the next hop. Assume all networ…
Create a sample HIM budget for a small/medium sized hospital with 20-25 FTEs in
Create a sample HIM budget for a small/medium sized hospital with 20-25 FTEs in the HIM Department. This department includes the following areas: Coding, Release of Information, I…
Create a sample database to solve this questions,take screenshots that shows ow
Create a sample database to solve this questions,take screenshots that shows ow you connected to the internet and the output result. Add 2 methods: 1.) deposit(amt); // adds the…
Create a sample of numbers with the following four properties. There are many po
Create a sample of numbers with the following four properties. There are many possible solutions to this question, so you need to show work to demonstrate that each property is tr…
Create a sample of numbers with the following four properties. There are many po
Create a sample of numbers with the following four properties. There are many possible solutions to this question, so you need to show work to demonstrate that each property is tr…
Create a sample online news page that meets the following criteria: Attach a CSS
Create a sample online news page that meets the following criteria: Attach a CSS file within the tag of the webpage CSS will control the following: Hyperlinks (for the 5 different…
Create a scatter plot of the data. This can be done within the correlation analy
Create a scatter plot of the data. This can be done within the correlation analysis in SAS. Briefly comment on what you see from the scatter plot. What are the null and alternativ…
Create a scenario in a work environment where the use of macros would be essenti
Create a scenario in a work environment where the use of macros would be essential for improving efficiency in processing data in Excel. Next, identify the single biggest challeng…
Create a scenario of a hypothetical company whose situation was similar to that
Create a scenario of a hypothetical company whose situation was similar to that of The Gucci Group. Include company's name, its industry type, and management structure. Then expla…
Create a scenario that would fall under the strain theory. In the scenario, prov
Create a scenario that would fall under the strain theory. In the scenario, provide an explanation of each of the following: The loss of the major goal The presentation of the nox…
Create a scheme function: diginlist - takes a list and returns the “diggedin” ve
Create a scheme function: diginlist - takes a list and returns the “diggedin” version of the list. “diggingin” a list ( this is not a recognized function for list ??) means surrou…
Create a science lesson plan that involves insects. Use the 5E model from thepre
Create a science lesson plan that involves insects. Use the 5E model from thepresentations and readings. You may come up with an original lesson plan or modify anexisting lesson p…
Create a script (.m file) which inputs a 10 x 8 array and % isolates and returns
Create a script (.m file) which inputs a 10 x 8 array and % isolates and returns the 4 x 4 elements starting at 4,3 as a 10 x 8 array. I have tried : ten_by_eight_input = randi([0…
Create a script called battle.js. In this script code the following: A. Class an
Create a script called battle.js. In this script code the following: A. Class and Constructor Creation (25 Points) Player Class Create a constructor function or ES6 class for a Pl…
Create a script called script8.1 that will do the following: Accept a username a
Create a script called script8.1 that will do the following: Accept a username as an argument; if one is not provided, ask for it; (Assume that the argument or user input provided…
Create a script file Include comment statements in your program to plan out the
Create a script file Include comment statements in your program to plan out the solution. Implement Write a function file for calculating the equivalent resistance for N resistors…
Create a script file called mycalc using vim . The first line of your script fil
Create a script file called mycalc using vim. The first line of your script file should force the use of the bash shell. On the top of the script file, there should be a section o…
Create a script file for conversion of temperatures. Use the input function or m
Create a script file for conversion of temperatures. Use the input function or menu function to allow the user to enter temperature scale of Fahrenheit, Celsius, Kelvin, or Rankin…
Create a script file that calls a user-defined function within a for/end loop to
Create a script file that calls a user-defined function within a for/end loop to symbolically compute the derivative of the natural log of x, or In(x), on the interval from -5 to …