Browse S
Alphabetical listing with fast deep pagination.
53166 items • Page 39 / 1064
SQL Background: Premiere Products database team is working on storing the inform
SQL Background: Premiere Products database team is working on storing the information contained in the order invoice form in a databases table. Looking at what data is captured in…
SQL CANNOT USE “ INNER, LEFT, or RIGHT JOIN ” and “ ON ” syntax to perform the j
SQL CANNOT USE “INNER, LEFT, or RIGHT JOIN” and “ON” syntax to perform the join operation 18. Display all the columns in Assignment for those that have one or more rows in Hours.…
SQL CODE- The Order side of the application center needs to be able to perform t
SQL CODE- The Order side of the application center needs to be able to perform the following tasks:(You need to create some procedures and functions to accomplish the task, proced…
SQL CODE-Create a view to show the totals of a single employee in a year. The vi
SQL CODE-Create a view to show the totals of a single employee in a year. The view should provide id, Name, Total Number of Orders, Total Sales Amount, total payments he received …
SQL COMMAND LINE 1. Create two database users: The first is a concatenation of f
SQL COMMAND LINE 1. Create two database users: The first is a concatenation of first name "joe" and last name "smith". The second is a concatenation of first name "sally" and last…
SQL CREATE TABLE department ( DEPARTMENT_ID NUMBER(4) PRIMARY KEY, DEPARTMENT_NA
SQL CREATE TABLE department ( DEPARTMENT_ID NUMBER(4) PRIMARY KEY, DEPARTMENT_NAME VARCHAR2(20) NOT NULL UNIQUE, L…
SQL Can you create an explicit SQL inner join for retail_order and order_item ta
SQL Can you create an explicit SQL inner join for retail_order and order_item tables? Sort by order number and SKU of Order_Item List all records from retail_order and order_item …
SQL Chapter 5 As you do the exercises, unless it is stated otherwise, you will b
SQL Chapter 5 As you do the exercises, unless it is stated otherwise, you will be using the tables from our standard Student- Course database. Also, as you do the exercises, it wi…
SQL Code not working... Can someone why I keep getting errors putting data into
SQL Code not working... Can someone why I keep getting errors putting data into the payment and servc table?? Thank you. CREATE TABLE STORE ( STORE_ID INTEGER PRIMARY KEY, STORE_A…
SQL Consider the CRETE TRIGGER command shown in the figure(lines 105 through 113
SQL Consider the CRETE TRIGGER command shown in the figure(lines 105 through 113) Also remember that invoice_id is the primary key field for the invoices table being referred to h…
SQL Consider the database table structure shown in the Table: invoice_line items
SQL Consider the database table structure shown in the Table: invoice_line items Column Name invoice_id invoice sequence NUMBER Data Type NUMBER Nullable Default Data Constraint N…
SQL Consider the database table structure shown in the figure. (a) Write a SELEC
SQL Consider the database table structure shown in the figure. (a) Write a SELECT statement (compatible with an Oracle RDBMS) that returns three columns from the vendors table: ve…
SQL Consider the database table structure shown in the figure. (a) Write a SELEC
SQL Consider the database table structure shown in the figure. (a) Write a SELECT statement statement (compatible with an Oracle RDBMS) that returns one column from the vendors ta…
SQL Consider the database table structure shown in the figure. Write a SELECT st
SQL Consider the database table structure shown in the figure. Write a SELECT statement (oompatible with an Oracie RDBMS) that returns the largest credit total for each vendor ove…
SQL Consider the following two Relational Schema describing the EMPLOYEES and DE
SQL Consider the following two Relational Schema describing the EMPLOYEES and DEPARTMENTS of some organization (assume all names are unique). EMPLOYEES (EmployeeName, Salary, Dept…
SQL Consider the table structure shown. Column Name vendor id Data Type Nullable
SQL Consider the table structure shown. Column Name vendor id Data Type Nullable Default Data Constraint numberNo varchar2(50) No varchar2(50) Yes varchar2(50) Yes PK UNIQUE addre…
SQL Create a derived attribute to determine a 50% discount for all flights to “P
SQL Create a derived attribute to determine a 50% discount for all flights to “PVD” (the calculation for the discount is price * .50). List the ticket number, passenger ID, Depart…
SQL Data: you can just copy paste it into mysql to. CREATE DATABASE University;U
SQL Data: you can just copy paste it into mysql to. CREATE DATABASE University;USE University; CREATE TABLE Student ( sid INT PRIMARY KEY, name VARCHAR(20) NOT NULL, address VA…
SQL Database Programming Project 5-Printing Multiple Records II SPOOL your outpu
SQL Database Programming Project 5-Printing Multiple Records II SPOOL your output to c:csproject7spool.txt 1. DECLARE a record variable, a variable to keep track of a change …
SQL Database Programming Project 5-Printing Multiple Records II SPOOL your outpu
SQL Database Programming Project 5-Printing Multiple Records II SPOOL your output to c:csproject7spool.txt 1. DECLARE a record variable, a variable to keep track of a change …
SQL Database Programming Write a program using a return statement and invoke a p
SQL Database Programming Write a program using a return statement and invoke a procedure to print SQL> DECLARE 2 Room_rec DDI.LEDGER_VIEW%ROWTYPE; 3 Last_room DDI.LEDGER_VIEW.R…
SQL Database Programming Written Assignment 8: Write a program using a return st
SQL Database Programming Written Assignment 8: Write a program using a return statement SQL> DECLARE 2 f_sal varchar2(100); 3 4 i NUMBER := 0; 5 BEGIN 6 FOR rec IN (SELECT * …
SQL Database Questions *ONLY ANSWER IF ANSWERING ALL 5* FOR QUESTION 19 - 21 ***
SQL Database Questions *ONLY ANSWER IF ANSWERING ALL 5* FOR QUESTION 19 - 21 **** CREATE DATABASE IF NOT EXISTS `2016_Quiz2_Dominos` /*!40100 DEFAULT CHARACTER SET latin1 */; USE …
SQL Database Type Questions QUESTION 11 1 points Save Answer Complete the table
SQL Database Type Questions QUESTION 11 1 points Save Answer Complete the table below by matching each definition with the appropriate SQL clause A ORDER BY A mandatory clause tha…
SQL Database queries question: Consider the following database which has the fol
SQL Database queries question: Consider the following database which has the following relations: Movies ( title, year, length, genre, studioName, producer_id ) Stars ( movieTitle…
SQL Database queries question: Consider the following database which has the fol
SQL Database queries question: Consider the following database which has the following relations: Movies ( title, year, length, genre, studioName, producer_id ) Stars ( movieTitle…
SQL Database. Desperatly need help finishing this assignment. I need help with t
SQL Database. Desperatly need help finishing this assignment. I need help with the remainder of quesitons 19-25. Below is a link to whats been answered so far. I had to break it i…
SQL Database. I need help creating this database in MYSQL and I can not seem to
SQL Database. I need help creating this database in MYSQL and I can not seem to figure out the correct code this is what I have so far but I am unable to get it correct. This is t…
SQL Database... \"Below are the questions\" * Script: CREATE TABLE CUSTOMER ( CU
SQL Database... "Below are the questions" * Script: CREATE TABLE CUSTOMER ( CUS_CODE int, CUS_LNAME varchar(15), CUS_FNAME varchar(15), CUS_INITIAL varchar(1), CUS_AREACODE varcha…
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course %
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course % part ID: NUMBER(6)(FK) has, ses ID NUMBER(6) (F relates to enroll_attending: CHAR(1) offered throu…
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course %
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course % part ID: NUMBER(6)(FK) has, ses ID NUMBER(6) (F relates to enroll_attending: CHAR(1) offered throu…
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course %
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course % part ID: NUMBER(6)(FK) has, ses ID NUMBER(6) (F relates to enroll_attending: CHAR(1) offered throu…
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course %
SQL Developer CourseSession Enrollment ses ID: NUMBER(6) ses date: DATE Course % part ID: NUMBER(6)(FK) has, ses ID NUMBER(6) (F relates to enroll_attending: CHAR(1) offered throu…
SQL Developer Show the department id, department name and the number of employee
SQL Developer Show the department id, department name and the number of employees working in any department which has less than 4 employees Oracle SQL Developer File Edit View N C…
SQL Drag answer here canned reports Drag answer here a field in a database Drag
SQL Drag answer here canned reports Drag answer here a field in a database Drag answer here lookup datatype Drag answer here TPS Drag answer here restricts allowable data entries …
SQL EXERCISE EDITING DATA 1) Use insert statements to add the following records
SQL EXERCISE EDITING DATA 1) Use insert statements to add the following records to each table BELOW. You'll need to find the identity value created for new records in tables on th…
SQL Exercises 1.Create a new table that will be used to track the tblCustomer ad
SQL Exercises 1.Create a new table that will be used to track the tblCustomer address and contact information. The attributes associated with the table: customer_id, address_type …
SQL Files EC2 Chap xl Book Tabl alo USE Typ Bel https//newconnect.mheducation.co
SQL Files EC2 Chap xl Book Tabl alo USE Typ Bel https//newconnect.mheducation.com/flow/connect.htm Exam t Cht24 6 Saved Because testing of nuclear bombs was halted internationally…
SQL Find products that satisfy BOTH conditions below: (a) Its unit price must NO
SQL Find products that satisfy BOTH conditions below: (a) Its unit price must NOT below $22. (b) Its category ID is 4 or 7 or 8. If its category ID is 1 or 3, then it must have at…
SQL HELP PLEASE Write a query to generate a ranked list of employees based upon
SQL HELP PLEASE Write a query to generate a ranked list of employees based upon the amount of money brought in via customer invoices for which they were the support representative…
SQL HELP SELECT A.TICKET_NB, CHAR(\' |\') ,A.JOB_N, CHAR(\' |\') ,A.JOB_ID, CHAR
SQL HELP SELECT A.TICKET_NB, CHAR(' |') ,A.JOB_N, CHAR(' |') ,A.JOB_ID, CHAR(' |') …
SQL HELP Write a SELECT statement that returns these columns from the Products t
SQL HELP Write a SELECT statement that returns these columns from the Products table: The DateAdded column A column that uses the CAST function to return the DateAdded column with…
SQL HELP from these tables A. Write an outer join using at least 2 tables and sp
SQL HELP from these tables A. Write an outer join using at least 2 tables and specify a restriction. Make sure the data supports this. You may have to manipulate existing data. …
SQL HELP! (Photos of the database attached) Question 1. Genrate the SQL commands
SQL HELP! (Photos of the database attached) Question 1. Genrate the SQL commands to create the following output: c_name c_custkey 1 O_ORDERDATE O_ORDERKEY O_TOTALPRICE Customer#00…
SQL HELP!! Question: Pictures of Database: Previous query: SELECT customer.c_nam
SQL HELP!! Question: Pictures of Database: Previous query: SELECT customer.c_name, customer.c_custkey, count(o_orderKey) as count, avg(orders.O_TOTALPRICE) as total_value, min(ord…
SQL HELP- The database will be posted believe that will be needed to answer the
SQL HELP- The database will be posted believe that will be needed to answer the question.. Thank you for your help 1. Write a user-defined function named dbo.GetRoomTaxRate which …
SQL HELP- The database will be posted believe that will be needed to answer the
SQL HELP- The database will be posted believe that will be needed to answer the question.. Thank you for your help 3B. Demonstrate this function TWICE with a query that contains f…
SQL HELP- The database will be posted believe that will be needed to answer the
SQL HELP- The database will be posted believe that will be needed to answer the question.. Thank you for your help 4A. Write a user-defined function named dbo.ApplyDiscounts that …
SQL HOMEWORK Homework #6 – Subqueries Complete the following queries. a) Use sub
SQL HOMEWORK Homework #6 – Subqueries Complete the following queries. a) Use subqueries to answer the following questions Which drivers begin trips at Olympia with an Effective Da…
SQL Hello I need help creating Trigger and Stored Procedures base on this table
SQL Hello I need help creating Trigger and Stored Procedures base on this table thank you in advance ?EPLOYEE-02 3 Start Page Columns Data Model Constraints Grants Statistics Trig…