Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 89 / 602

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Database Question Based on the given database, answer the following questions EM
Database Question Based on the given database, answer the following questions EMPLOYEE MP EMP LNAME EMP FNAME EMP INITIAL EMP HIREDATE JOB CODE PROJECT 101 News 102 Senior 03 Arbo…
Database Question Based on the given database, answer the following questions. E
Database Question Based on the given database, answer the following questions. EMPLOYEE EMP NUM EMP LNAME EMP FNAME EMP INITIAL EMP HIREDATE JOB CODE PROJECT 101 News 102 Senior 0…
Database Question INVOICE DATE CUSTOMER NAME Phone PRODUCT PRICE(S) QUANTITY TOT
Database Question INVOICE DATE CUSTOMER NAME Phone PRODUCT PRICE(S) QUANTITY TOTAL(S) 1001 2014-03-08 00:00:00 Myron Orlando 1001 2014-03-08 00:00:00 Myron Orlando 1002 2014-03-08…
Database Question PRICE(S) QUANTITY TOTAL(S) 9 190 38 13 INVOICE DATE CUSTOMER N
Database Question PRICE(S) QUANTITY TOTAL(S) 9 190 38 13 INVOICE DATE CUSTOMER NAME Phone PRODUCT 1001 2014-03-08 00:00:00 Myron Orlando 1001 2014-03-08 00:00:00 Myron Orlando 100…
Database Question Relational Schema: Book(bookid, title, author, category, year,
Database Question Relational Schema: Book(bookid, title, author, category, year, liblocation) Student(studentid, name, major, gender) Borrow(studentid, bookid, borrowdate) Library…
Database Question Students can lease University flats and some of the details of
Database Question Students can lease University flats and some of the details of the leases held by students for places in University flats are shown in the table below. A place n…
Database Question Use the ERD in Figure 1 to answer the following questions. Giv
Database Question Use the ERD in Figure 1 to answer the following questions. Give the requested information or “n/a” to indicate not applicable (or none). Complete sentences are n…
Database Question: Consider the following relations: Supplier (sid, sname, addre
Database Question: Consider the following relations: Supplier (sid, sname, address) Parts(pid, pname, color) Catalog(sid, pid, cost) The Catalog relation lists the prices charged …
Database Question: TRUE or FALSE 1. A schema where all the relations are in BCNF
Database Question: TRUE or FALSE 1. A schema where all the relations are in BCNF may have update anomalies involving key attributes. 2. Failure to preserve dependencies can result…
Database Questions 1) You are designing a table for employee data of a company.
Database Questions 1) You are designing a table for employee data of a company. You have a requirement to identify if an employee is a United States citizen or not. You have desig…
Database Questions 1) You are designing a table for employee data of a company.
Database Questions 1) You are designing a table for employee data of a company. You have a requirement to identify if an employee is a United States citizen or not. You have desig…
Database Questions 1) You are designing a table for employee data of a company.
Database Questions 1) You are designing a table for employee data of a company. You have a requirement to identify if an employee is a United States citizen or not. You have desig…
Database Questions 6. Find the names and ids of the students who have taken exac
Database Questions 6. Find the names and ids of the students who have taken exactly one course in the Spring 2010 semester. 7. Find the names and ids of the students who have take…
Database Questions INVOICE DATE CUSTOMER NAME Phone PRODUCT PRICE(S) QUANTITY TO
Database Questions INVOICE DATE CUSTOMER NAME Phone PRODUCT PRICE(S) QUANTITY TOTAL(S) 3 1001 2014-03-08 00:00:00 Myron Orlando 1001 2014-03-08 00:00:00 Myron Orlando 1002 2014-03…
Database Questions In ABC Company, an employee can work on multiple projects. Th
Database Questions In ABC Company, an employee can work on multiple projects. There are times when an employee is not assigned to any project. Each project should have one or more…
Database Questions Suppose that we have a logical schema representing movies, mo
Database Questions Suppose that we have a logical schema representing movies, movie critics and their movie ratings. The relationship “ratings” captures which reviews were posted …
Database Questions: QUESTION 8 IfA --> B and B --> A are existing functional dep
Database Questions: QUESTION 8 IfA --> B and B --> A are existing functional dependencies, which of the following are NOT equivalent functional dependencies? A - >B and B…
Database Redesign After your database was put into production, a design flaw was
Database Redesign After your database was put into production, a design flaw was discovered! One of the relationships modeled as a 1:N relationship was really an N:M relationship.…
Database Relational Algebra problems Consider two relation instances below, with
Database Relational Algebra problems Consider two relation instances below, with the following schemas: Country (country name, continent); City (city name, country name. is_capita…
Database SQL Hands-on Assignments To perform the following assignments, refer to
Database SQL Hands-on Assignments To perform the following assignments, refer to the tables in the JustLee Books database. 1. Create a view that lists the name and phone number of…
Database SQL JustLee Books Database DROP TABLE CUSTOMERS CASCADE CONSTRAINTS; DR
Database SQL JustLee Books Database DROP TABLE CUSTOMERS CASCADE CONSTRAINTS; DROP TABLE ORDERS CASCADE CONSTRAINTS; DROP TABLE PUBLISHER CASCADE CONSTRAINTS; DROP TABLE AUTHOR CA…
Database SQL JustLee Books Database DROP TABLE CUSTOMERS CASCADE CONSTRAINTS; DR
Database SQL JustLee Books Database DROP TABLE CUSTOMERS CASCADE CONSTRAINTS; DROP TABLE ORDERS CASCADE CONSTRAINTS; DROP TABLE PUBLISHER CASCADE CONSTRAINTS; DROP TABLE AUTHOR CA…
Database SQL To perform the following assignments, refer to the tables in the Ju
Database SQL To perform the following assignments, refer to the tables in the JustLee Books database. Create a view that lists the name and phone number of the contact person at e…
Database SQL questiions and fill in the blanks. a. If attribute \"student_id\" i
Database SQL questiions and fill in the blanks. a. If attribute "student_id" is the primary key of a table, then no two ____ of the table can have the same value of _____. b. The …
Database SQL question Answer fully for thumbs up Question 2 (a) A restaurant sto
Database SQL question Answer fully for thumbs up Question 2 (a) A restaurant stores information in a relational database about the ingredients used in each of the dishes which it …
Database SQL question: Based on the Employee table shown below, determine what i
Database SQL question: Based on the Employee table shown below, determine what is returned by the following query: SELECT COUNT(*) FROM Employee worker, Employee manager WHERE wor…
Database SQL questions: You can download the table from this link: https://drive
Database SQL questions: You can download the table from this link: https://drive.google.com/file/d/0B0kVn308bqFuZkFULTBSU1lzdEk/view?usp=sharing 1) How long will it take to perfor…
Database SQL questions: You can download the table from this link: https://drive
Database SQL questions: You can download the table from this link: https://drive.google.com/file/d/0B0kVn308bqFuZkFULTBSU1lzdEk/view?usp=sharing 1) How long will it take to perfor…
Database SQL. In the SQL Server Management I am suppose to create five different
Database SQL. In the SQL Server Management I am suppose to create five different sqls that do the following: 1. The date, number of orders taken on that date for each date in Augu…
Database SQL. You can download the schemas here: https://drive.google.com/drive/
Database SQL. You can download the schemas here: https://drive.google.com/drive/folders/0B0kVn308bqFud21IMVBfQUZqUEU?usp=sharing ====================== Use Census table ==========…
Database SQL: You can download the files from this link: https://drive.google.co
Database SQL: You can download the files from this link: https://drive.google.com/drive/folders/0B0kVn308bqFud21IMVBfQUZqUEU?usp=sharing Enter your SQL below each numbered questio…
Database SQL: You can download the table from this link: https://drive.google.co
Database SQL: You can download the table from this link: https://drive.google.com/file/d/0B0kVn308bqFuZkFULTBSU1lzdEk/view?usp=sharing 1. For each of the local zip codes, and each…
Database Scenario The COMPANY database keeps track of a company\'s employees, de
Database Scenario The COMPANY database keeps track of a company's employees, departments, and projects The company is organized into departments. Each department has a unique name…
Database Schema Classes(class, type, country, numGuns, bore, displacement) Ships
Database Schema Classes(class, type, country, numGuns, bore, displacement) Ships(name, class, launched) Battles(name, date) Outcomes(ship, battle, result) Based on Exercise 6.2.3 …
Database Schema Queries using SQL Thanks~ Database Schema Queries using SQL Give
Database Schema Queries using SQL Thanks~ Database Schema Queries using SQL Given a database schema for a library management system as the following. Retrieve the required informa…
Database Schema: CREATE TABLE CUSTOMER ( CUS_CODE int, CUS_LNAME varchar(15), CU
Database Schema: CREATE TABLE CUSTOMER ( CUS_CODE int, CUS_LNAME varchar(15), CUS_FNAME varchar(15), CUS_INITIAL varchar(1), CUS_AREACODE varchar(3), CUS_PHONE varchar(8), CUS_BAL…
Database Schema: Classes(class, type, country, numGuns, bore, displacement) Ship
Database Schema: Classes(class, type, country, numGuns, bore, displacement) Ships(name, class, launched) Battles(name, date) Outcomes(ship, battle, result) Based on Exercise 6.1.4…
Database Schema: Customer(c_custkey, c_name, c_address, c_nationkey, c_phone, c_
Database Schema: Customer(c_custkey, c_name, c_address, c_nationkey, c_phone, c_acctbal, c_mktsegment, c_comment) Suppliers(s_suppkey, s_name, s_address, s_nationkey, s_phone, s_a…
Database Schema: Sailors(sid, sname, rating, age) Boats (bid, color) Reserve (si
Database Schema: Sailors(sid, sname, rating, age) Boats (bid, color) Reserve (sid, bid, date) 1. What do we get if we replace UNION by EXCEPT ALL? Find sid’s and names of sailors …
Database Schema: Statements to fill database for testing: CREATE TABLE CUSTOMER
Database Schema: Statements to fill database for testing: CREATE TABLE CUSTOMER ( CUS_CODE int, CUS_LNAME varchar(15), CUS_FNAME varchar(15), CUS_INITIAL varchar(1), CUS_AREACODE …
Database Security /* Q1. As an administrator of your SQL Server, write a DDL sta
Database Security /* Q1. As an administrator of your SQL Server, write a DDL statement to create a new SQL Server login called 'shark' with a password 'Mid-Atlantic'. Do not enfor…
Database Security /* Q9. Assuming you are currently working on a query editing p
Database Security /* Q9. Assuming you are currently working on a query editing page or session of Clearwater database in your SQL Server using your own login, what statement do yo…
Database Security 1) Why is it important to document the process of managing use
Database Security   1)   Why is it important to document the process of managing user accounts (creating, altering and removing privileges, e.g.) ? a)   Provide administrative con…
Database Security. /* Q2. Do a little research to find what GRANT statement need
Database Security. /* Q2. Do a little research to find what GRANT statement needs to execute if we allow the above 'shark' login to create another login called 'bluewhale with a p…
Database Server The Union of Southwest Landscaping Professionals (USLP) has near
Database Server The Union of Southwest Landscaping Professionals (USLP) has nearly 1,500 members located in Arizona, New Mexico, and Utah. There are approximately 500 members in e…
Database Structure Requirements (1 page) What requirements do you have for your
Database Structure Requirements (1 page) What requirements do you have for your database? You have already specified which platforms you are going to use in the first section of t…
Database Structures Homework Refer: Database System Concepts, 6th edtion for thi
Database Structures Homework Refer: Database System Concepts, 6th edtion for this assignment. Consider the E-R diagram for the university database as given on page 282 of the text…
Database System Complete Book: in this exercise we assume that we wish to save i
Database System Complete Book: in this exercise we assume that we wish to save information to the country library network. The database is supposed to store information about book…
Database System Life Cycle The Database System Life Cycle, otherwise known as th
Database System Life Cycle The Database System Life Cycle, otherwise known as the System Development Life Cycle (SDLC), consists of five important steps: Investigation. System Des…
Database System Question An automobile part trading company would like to store
Database System Question An automobile part trading company would like to store the following attributes for each part in a database table: PartNo: 10 bytes Name: 30 bytes UintMea…