Web development and programming
191828 questions • Page 3692 / 3837
mysql create table friends (lastname varchar(15) not null, firstname varchar(15)
mysql create table friends (lastname varchar(15) not null, firstname varchar(15) not null, areacode numeric(9) null, phone varchar(10) null, st char(2) not null, zip varchar(5) no…
mysql database question Create a stored procedure ( P_DYN_TABLE) that creates a
mysql database question Create a stored procedure ( P_DYN_TABLE) that creates a table DYNAMICALLY by having 2 input parameters, 1 which is the SOURCE table for that new table, and…
mysql database question Create a stored procedure ( P_DYN_TABLE) that creates a
mysql database question Create a stored procedure ( P_DYN_TABLE) that creates a table DYNAMICALLY by having 2 input parameters, 1 which is the SOURCE table for that new table, and…
mysql or oracle or DB2 A company stores employee and department information in t
mysql or oracle or DB2 A company stores employee and department information in two data tables Employee and Deportment. Write a query to print the respective clepartment name and …
mysql workbench Database: murach Table : customers Example query Select from cus
mysql workbench Database: murach Table : customers Example query Select from customers where customer_id-3 1. Write a Select query to display details of Customers who are living i…
mysql.php DEFINE(\'DB_USER\', \'wp_eatery\'); DEFINE(\'DB_PSWD\', \'password\');
mysql.php DEFINE('DB_USER', 'wp_eatery'); DEFINE('DB_PSWD', 'password'); DEFINE('DB_HOST', 'localhost'); DEFINE('DB_NAME', 'wp_eatery'); $dbcon = mysqli_connect(DB_HOST, DB_USER, …
mysql> CREATE TABLE EMPLOYEE EMP ID INT(5) PRIMARY KEY UNIQUE NOT NULL, EMP NAME
mysql> CREATE TABLE EMPLOYEE EMP ID INT(5) PRIMARY KEY UNIQUE NOT NULL, EMP NAME VARCHAR (20) NOT NULL EMP DOBDATE (8) NULL EMP NUM INT (5) NOT NULL, EMP STREET CHAR (30) NULL …
mysql> SELECT FROM Classes | class | type | country numGuns bore displacement |
mysql> SELECT FROM Classes | class | type | country numGuns bore displacement | | Bismarck | Iowa | Kongo | North Carolina | bb USIA | Renowrn | Revenge | Tennessee | Yamato 15…
n C language , write a program to calculate the area of various shapes based on
n C language , write a program to calculate the area of various shapes based on the choice from the user. the program should provide the user with a menu to select from R-for reta…
n C++ and with comments please PROBLEM: Create a menu driven application to keep
n C++ and with comments please PROBLEM: Create a menu driven application to keep track of your stock portfolio. Create a structure called StockInfo that holds: Company name Number…
n HTML and JS I try to do a remove button in js function, what should I do here
n HTML and JS I try to do a remove button in js function, what should I do here I need to fill the removeItem() function under Cart class // single state store class Store { const…
n How many subnets does a subnet mask produce? n Number of valid hosts per subne
nHow many subnets does a subnet mask produce? nNumber of valid hosts per subnet? nWhat are the valid subnets? nWhat are the broadcast address of each subnet? nWhat are the valid h…
n Java :- Part 1: Written Exercises: (5 points) Consider the following array: in
n Java :- Part 1: Written Exercises: (5 points) Consider the following array: int[] a = { 3, 5, , 8, 10 , 12}; Write the contents of the array a after the following loops. Use the…
n Monday and Wednesday, we will be adding Exceptions to the Cars and GasPumps ex
n Monday and Wednesday, we will be adding Exceptions to the Cars and GasPumps example: Creating Exceptions Triggering Exceptions Handling Exceptions On Monday, we will create new …
n Not JAVA e: Rectangle Area-Complete the Program using the starter code is give
n Not JAVA e: Rectangle Area-Complete the Program using the starter code is given r source code given below contains partially written program named AreaRectangle Your job is to c…
n Option #1, you have been hired as an IT expert by a small firm to set up an of
n Option #1, you have been hired as an IT expert by a small firm to set up an office for 20 staff members, half of whom will work with desktop computers and the remaining with lap…
n Status: QUESTION 17 The best place to improve data entry across all applicatio
n Status: QUESTION 17 The best place to improve data entry across all applications is e in the users. O in the level of organizational commitment. in the data entry operators. O i…
n addition to logging into MySQL or MariaDB with the mysql client and entering t
n addition to logging into MySQL or MariaDB with the mysql client and entering the SQL statements shown already in this chapter, here are a few exercises to get some more practice…
n basic C++, write a function to answer this question. 10. isPrime Function A pr
n basic C++, write a function to answer this question. 10. isPrime Function A prime number is an integer greater than 1 that is evenly divisible by only 1 and itself. For example,…
n celebration of completing two-thirds of CSCI 111, I am giving you the opportun
n celebration of completing two-thirds of CSCI 111, I am giving you the opportunity to create a truly world-changing piece of technology: a program to simulate sorting a bunch of …
n is the number of times you want to the iterate over the loop. In this case, n
n is the number of times you want to the iterate over the loop. In this case, n should be 10. Write a C program that reads in two sets of numbers A and B, and calculates and print…
n mathematics, the Fibonacci numbers (in this case only positive numbers) are th
n mathematics, the Fibonacci numbers (in this case only positive numbers) are the numbers in the following integer sequence, called the Fibonacci sequence, and characterized by th…
n matlab, I am trying to extract netcdf data for a vector of latitude and longit
n matlab, I am trying to extract netcdf data for a vector of latitude and longitudes to develop a time series. My code only produces a time series for an individual lat long value…
n molecular biology the \"alphabet\" of genes consists of four chemicals (called
n molecular biology the "alphabet" of genes consists of four chemicals (called nucleotides) represented by the letters A C G T. A triad is a sequence of three nucleotides (for exa…
n order to accomplishthis workas quickly as possible, we will not use keyboard o
n order to accomplishthis workas quickly as possible, we will not use keyboard or file input. Instead, you may assign the 10 values to your initial arrays in the programs. Using i…
n previous chapters, you have been developing a Fraction structure for Teacher’s
n previous chapters, you have been developing a Fraction structure for Teacher’s Pet Software. Now you will develop a class that contains the fields and functions that a Fraction …
n project management there’s a great deal of discussion on creating a communicat
n project management there’s a great deal of discussion on creating a communication plan. A communication plan is different than a phone list which produces all the phone numbers …
n questions 11-15 I will show you a value. You must declare a variable to have t
n questions 11-15 I will show you a value. You must declare a variable to have the proper type and then store that value into the variable. For example, if I give you the value: 1…
n questions 11-15 I will show you a value. You must declare a variable to have t
n questions 11-15 I will show you a value. You must declare a variable to have the proper type and then store that value into the variable. For example, if I give you the value: 1…
n the Happy Valley School System, children are classified by age as follows: les
n the Happy Valley School System, children are classified by age as follows: less than 2, ineligible 2, toddler 3-5, early childhood 6-7, young reader 8-10, elementary 11 and 12, …
n the Visual Studio Ct compilet, what color are comments a Green b. Blue c. Redd
n the Visual Studio Ct compilet, what color are comments a Green b. Blue c. Redd Black 2. Lines beginning with the a comment let the computer know that the test ofthe ine is 3. Wh…
n the case of a deposit, the server should increment the bank account’s balance
n the case of a deposit, the server should increment the bank account’s balance field by the deposit amount and then return a message to the client stating the new balance. In the…
n the computer science class at the school in Byteland, the teacher handed out t
n the computer science class at the school in Byteland, the teacher handed out the following assignment as homework: "For an integer n, let bn denote the bit parity of the binary …
n the function get_command_line_params it needs to include memcpy() and memcmp()
n the function get_command_line_params it needs to include memcpy() and memcmp() Create a #define called MAPSIZE. Set to 10. Create global variables DirectionsFilename and MapFile…
n the main method Ask the user for the name of a sports player Ask the user for
n the main method Ask the user for the name of a sports player Ask the user for the number of years the sports player has played competitive sport. Use this value as the size of a…
n this assignment the goal is to first write events into a SQLite3 database and
n this assignment the goal is to first write events into a SQLite3 database and then read these events from a SQLite3 database and display on the calendar the upcoming events. Des…
n this conference, we will focus on typical attacks in the Internet affecting co
n this conference, we will focus on typical attacks in the Internet affecting confidentiality, integrity and availability at various layers: Layer 1: Physical; Layer 2: Link; Laye…
n this exercise, you create a program that uses two parallel one-dimensional arr
n this exercise, you create a program that uses two parallel one-dimensional arrays. Ms. Jenkins uses the grade table shown in Figure 11-61 for her Introduction to Programming cou…
n this first project, we are setting the foundation for developing high-quality
n this first project, we are setting the foundation for developing high-quality software by adhering to the basic principles of software engineering for designing and implementing…
n this homework assignment we use a few functions that we studied in this topic.
n this homework assignment we use a few functions that we studied in this topic. Please follow the steps below and post the link to the homework webpage in this forum for a grade.…
n this java project you will create 4 classes. class SuperHero class Marvel clas
n this java project you will create 4 classes. class SuperHero class Marvel class DC Driver Class called MyAmazingSpringBreak 1. class SuperHero a. Variables String name String su…
n this lab, a combinational VHDL process will be used to design a combinational
n this lab, a combinational VHDL process will be used to design a combinational integer to floating-point converter. The converter will have a single input which represents an sig…
n this lab, you will create a custom word pad with saving and loading functional
n this lab, you will create a custom word pad with saving and loading functionality, an exit option, and a customizable background color. First off, please make the following thre…
n this problem, you will create an inheritance hierarchy for classes pointType,
n this problem, you will create an inheritance hierarchy for classes pointType, circleType, and cylinderType. Use the pointType class as a base class of hierarchy. The following f…
n this project, you create a Java application that generates what I am calling p
n this project, you create a Java application that generates what I am calling pseudo-sentences. These imitation sentences are generated by randomly stringing together words, in t…
n this project, you will be providing two different implementations of a generic
n this project, you will be providing two different implementations of a generic List interface, which defines different operations that one should be able to do with a list. A li…
n this project, you will write a kernel module that lists all current tasks in a
n this project, you will write a kernel module that lists all current tasks in a Linux system. Be sure to review the programming project in Chapter 2, which deals with creating Li…
n today’s Internet-based society, it is imperative that a company have its own W
n today’s Internet-based society, it is imperative that a company have its own Web site. As was noted last week, Week 3 marks the beginning of this module’s group project: the dev…
n! almostequalto (n^n) (e^-n) Squareroot (pi) (2n + 1/3) Write a small script fi
n! almostequalto (n^n) (e^-n) Squareroot (pi) (2n + 1/3) Write a small script file to determine the factorial of an arbitrary integer number using Gosper's equation and round it t…
n: Please use comment on the top of your program to record: starting and complet
n: Please use comment on the top of your program to record: starting and completion time. Design a stack named NumberStack. java which is used to store integers (you may want to r…
Subject
Web development and programming
Use Browse or pick another subject.