/*
CREATE TABLE STUDENT
(
Student_name varchar (30) NOT NULL,
Student_id char (4) NOT NULL,
Course_name varchar(30) NOT NULL,
Year smallint NOT NULL,
PRIMARY KEY (Student_id)
);
CREATE TABLE MODULE
(
Module_name varchar (30) NOT NULL UNIQUE,
Module_code varchar (6) NOT NULL,
Department_name varchar (30),
PRIMARY KEY (Module_code)
);
CREATE TABLE HISTORY
(
Module_code varchar(6) NOT NULL,
Delivery_year smallint NOT NULL,
Organiser_name varchar (30) NOT NULL,
PRIMARY KEY(MODULE_CODE,DELIVERY_YEAR)
);
CREATE TABLE EXAM
(
Student_id char(4) NOT NULL,
Module_code varchar(6) NOT NULL,
Exam_year smallint NOT NULL,
Score smallint NOT NULL,
FOREIGN KEY (student_id) REFERENCES STUDENT(Student_id),
FOREIGN KEY (Module_code,Exam_year)…show more content…
RT INTO STUDENT VALUES ( 'Sahil ', '5454 ', 'Physics ', '2013 ');
INSERT INTO HISTORY VALUES ( 'SP125 ', '2014 ', 'Professor Peter Jones ');
INSERT INTO HISTORY VALUES ( 'FR132 ', '2012 ', 'Professor Matthew Blanc ');
INSERT INTO HISTORY VALUES ( 'FR132 ', '2011 ', 'Dr Matt Palin ');
INSERT INTO HISTORY VALUES ( 'CH135 ', '2013 ', 'Dr Arthur Watson ');
INSERT INTO HISTORY VALUES ( 'CS138 ', '2014 ', 'Dr Yulia Timofeeva ');
INSERT INTO HISTORY VALUES ( 'CS241 ', '2012 ', 'Dr Graham Martin ');
INSERT INTO HISTORY VALUES ( 'ST145 ', '2011 ', 'Dr Anton Grevenko ');
INSERT INTO HISTORY VALUES ( 'ST148 ', '2012 ', 'Professor Harry Smith ');
INSERT INTO HISTORY VALUES ( 'CH139 ', '2010 ', 'Professor John Francis ');
INSERT INTO HISTORY VALUES ( 'IB323 ', '2012 ', 'Professor Mark Taylor ');
INSERT INTO EXAM VALUES ( '3232 ', 'SP125 ', '2014 ', '78 ');
INSERT INTO EXAM VALUES ( '3232 ', 'FR132 ', '2012 ', '65 ');
INSERT INTO EXAM VALUES ( '3232 ', 'CH135 ', '2013 ', '66 ');
INSERT INTO EXAM VALUES ( '3593 ', 'CS138 ', '2014 ', '76 ');
INSERT INTO EXAM VALUES ( '3593 ', 'ST145 ', '2011 ', '55 ');
INSERT INTO EXAM VALUES ( '3593 ', 'CH139 ', '2010 ', '80 ');
*/
import java.sql.*; import java.io.*;
public class studentQueries {
public static void main (String args[]) throws Exception, IOException, SQLException { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); } catch (ClassNotFoundException e) {
The data have information from two courses taught during the 2014/15 academic years with a combined enrollment of 76 students. These courses have a similar structure in that they met on Monday, Wednesday and Friday for 10 weeks and they both require students to complete online quizzes prior to each class. In addition, the final grade of both courses is composed of operating grades, midterms, and final exams. That is, there will be more than one factor to affect the final grade in these courses. In order to protect students, all students are shown in the database as ID number instead of their real names.
Analyze results - Graph the data from Table 4 and describe what your graph looks like (you do not have to submit a picture of the actual graph!).
Ruth Ann Raymond is Sofia’s provider and Ruth Ann Raymond has her MD license. Gartee, R. (2011).
Average size of a class is 22 students. They have 44 clubs and sports, they have produced 60
The table I have developed is using from BEA website section 1.7.5 allows use to review the economic change year 2015. This fiscal year has been broken down in the four courts label I, II, III, and IV. In these four court we survey the information about gross domestic product, gross national product, net production, net income, and personal income. Bases on the information these categories provide by BEA we are see if there has increase or decrease in production and income through the 2015. From our data it seem like every four months both production and income have been increasing across the board.
ALTER TABLE `ctuonline`.`classes` CHANGE COLUMN `ClassCode` `ClassCode` VARCHAR(20) NOT NULL , CHANGE COLUMN `ClassName` `ClassName` VARCHAR(200) NOT NULL , CHANGE COLUMN `Description` `Description` VARCHAR(600) NOT NULL ;
We have attached BroadwayCafe.accdb file which contains all of the mentioned tables above. Before creating the tables, we have normalized the spreadsheet. i.e. we have split the single spreadsheet into 5 different sheets. Deleted Duplicate values.
Q 1: Perform Verify and Count Commands for all three tables and identify any exceptions.
I hope all is well. I have a few questions about question 4 on the excel 3 assignment. I have attached my excel 3 spreadsheet below. For part 1 of question 4, do we still consider the fixed cost when we are not producing either products? For part 3 and 4 of question 4, are we suppose to still consider the variable cost of the product that we are not producing because of the demand factor included in the variable cost? Thank you.
SKILLS IN THIS DATABSE: This is the first time searching using this database. I encountered many problems, even though I did view the NCU library tutorial. With perseverance I was finally able to navigate through the database. I need much more experience with
3.60| Dec-04| 19.41| 8.46| -2.28| 1.81| -8.22| -6.67 | 5.30| -8.50| -2.92| -13.12| -0.78| -6.56| -1.17| Jan-05| 16.67| -0.09| 9.15| -1.85| 6.66| 2.40| 8.10| -0.47| -0.27| -15.86| -1.51| -8.35| 1.22| Feb-05| -7.11| 2.01| 6.35| -5.82| -3.79| -5.16| -4.03| -4.19| -0.17| 0.90| -2.62| 5.05| -1.55| Mar-05| -13.46| -26.80| 1.82| 5.49| -3.27| -6.84| 5.69| 2.47| 2.70| -15.30| -5.93| 1.77| -4.31| Apr-05| 10.26| 10.81| 7.80| 0.30| 6.89| 5.77| 0.81| 13.29| 1.85| 26.26| 0.50| 7.83| 7.70| May-05| -7.42| 7.71| 3.28| -1.85| 1.28| -0.53| -3.28| 5.35| -4.36| 7.82| 2.05| -6.85| 0.27| Jun-05| 15.87| 7.31| 0.02| -4.98| 13.64| 12.29| 2.84| 15.98| 6.01| 5.25| 2.39| -3.78| 6.07| Jul-05| 9.94| -1.49| 1.91| 0.62| 2.93| -11.09| -7.10| 3.28| -0.26| 0.88| -8.62| -0.06| -0.76| Aug-05| 14.33| 9.56| 1.39| 4.01| 5.88| -5.92| -4.72| 0.87| 7.16| -4.94| -2.53| 1.56| 2.22|
P: Char’darius will bring performance up to the expected level of academic functioning as evidenced by demonstrating consistent interest, initiative, and motivation in academics.
Group A2 Akshaya M Rajee-MBA10003 Eldho M Abraham –MBA10025 Lijo Jose-MBA10047 Ramya S-MBA10069 Sreeram C-MBA10093
Security - Refers to techniques for ensuring that data stored in a computer cannot be changed or compromised.