Question

How would I make this database using Oracle SQL developer? Here is the link to the...

How would I make this database using Oracle SQL developer? Here is the link to the scheme of the database.

https://ibb.co/fy1rt6

0 0
Add a comment Improve this question Transcribed image text
Answer #1

A database connection is a SQL Developer object that specifies the necessary information for connecting to a specific database as a specific user of that database. You must have at least one database connection (existing, created, or imported) to use SQL Developer.

To create a database connection:

  1. In the Connections navigator in SQL Developer, right-click the Connections node and select New Connection.

    The New / Select Database Connection dialog box appears, with the Oracle tab displayed.

  2. Enter the following information:
    • In the Connection Name field, enter the name to use for this database connection.

    • In the Username field, enter the name of the user for whom this database connection is being created.

    • In the Password field, enter the password for the user.

    • In the Connection Type field, select the database connection type.

      The connection types are:

      • Basic

      • TNS

      • LDAP

      • Advanced

      • Local/Bequeath

Add a comment
Know the answer?
Add Answer to:
How would I make this database using Oracle SQL developer? Here is the link to the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In using database features of Access or other DBMS packages, such as SQL Server or Oracle....

    In using database features of Access or other DBMS packages, such as SQL Server or Oracle. Make a numbered list of all the places you can think of where data about you could be stored. Then discuss: What are the implications of the same data being stored in many different databases? What are the risks if any and how can you protect your data.

  • I am using Oracle SQL Live so please write the SQL Query in the format that...

    I am using Oracle SQL Live so please write the SQL Query in the format that Oracle SQL Live can run I need to create a trigger that will update the Product QoH when a new product is purchased. (A new product is purchased when a row is added to the line table). I have linked the code of the script since it exceed Chegg’s Character Limit: https://docs.google.com/document/d/1HbHnMrk6Qw99B72kpDyYCFibUJVsYEi-6RKDsmb3fg4/edit?usp=sharing

  • Using oracle sql for creating database nd inserting data I want to write a constraint on...

    Using oracle sql for creating database nd inserting data I want to write a constraint on the date of birth so that any age will be only be from 21 to 60 This constraint should be calculated automatically using sysdate or the system date Hint: data type is date Also for the car year model I want to write a constraint to check that it is not older than 10 years (the field data type is integer) I want it...

  • In oracle sql, how do I add "not null constraint" at end of create table block...

    In oracle sql, how do I add "not null constraint" at end of create table block and give it a name without using the CHECK constraint? Is it e.g., CONSTRAINT constraintName NOT NULL If so, then how does the statement know which columnName I'm referring to to make NOT NULL? I know that I can do this after declaring the column, what I'm wondering about is how to do this after declaring all the columns.

  • Oracle 12c SQL - Chapter 5: Case Study: City Jail, Part II Note: You are limited...

    Oracle 12c SQL - Chapter 5: Case Study: City Jail, Part II Note: You are limited to using the Oracle Live interface to create solutions for the problems below. SQL Live does not allow as many commands, statements, and symbols as full Oracle SQL. Specifically, the ampersand substitution variable symbol (&) may not be used for any of the solutions below because Oracle Live does not recognize it. Oracle Live is available to use here: https://livesql.oracle.com/apex/f?p=590:1000 Execute the CityJail_5.sql script...

  • This is for SQL Database (Oracle) I have three tables MPROPERTY, MEMPLOYEE, and MSERVICE with the...

    This is for SQL Database (Oracle) I have three tables MPROPERTY, MEMPLOYEE, and MSERVICE with the following attributes: MPROPERTY (Property_ID, Owner_ID, Owner_Name, Owner_email, Owner_type) Property_ID is the id of property owned by an owner (assume one property can be owned by one owner only) Owner_ID is the ID of Owner Owner_name is name of the owner Owner_email is the e-mail of the owner Owner_type is type of owner (individual, corporate or Partnership) MEMPLOYEE (Employee_ID, Last_name, First_Name, CellPhone, ExperienceLevel) EMPLOYEE_ID is...

  • This is for SQL Database (Oracle) I have three tables MPROPERTY, MEMPLOYEE, and MSERVICE with the...

    This is for SQL Database (Oracle) I have three tables MPROPERTY, MEMPLOYEE, and MSERVICE with the following attributes: MPROPERTY (Property_ID, Owner_ID, Owner_Name, Owner_email, Owner_type) Property_ID is the id of property owned by an owner (assume one property can be owned by one owner only) Owner_ID is the ID of Owner Owner_name is name of the owner Owner_email is the e-mail of the owner Owner_type is type of owner (individual, corporate or Partnership) MEMPLOYEE (Employee_ID, Last_name, First_Name, CellPhone, ExperienceLevel) EMPLOYEE_ID is...

  • How to create a website and its database using JavaScript and SQL ?

    How to create a website and its database using JavaScript and SQL ?

  • I am using oracle sql developer to create some queries to generated reports and it is...

    I am using oracle sql developer to create some queries to generated reports and it is not working. I am not sure how to use count, group by, and order by. Help me fix my query and explain to me how you did, so can do it next time. Also, I have to convert this query to a stored procedure, so can you help me do it too? Here is my query: SELECT COUNT(GUEST.FIRSTNAME), GUEST.FIRSTNAME, GUEST.LASTNAME, GUEST.GUESTTYPE, RESERVATION.RESERVATIONDATE, GUEST.EMAIL, FROM...

  • Execute the steps below using the "AdventureWorksDW2016CTP3" database ----Create a SQL transaction that manages the scheduling...

    Execute the steps below using the "AdventureWorksDW2016CTP3" database ----Create a SQL transaction that manages the scheduling of PTO/SICK Report as well as a periodic database backup. Here is the transaction query that I have but how do I add the periodic database backup part? INSERT INTO PTO_SICK_REPORT (EMP_ID, FIRST_NAME, LAST_NAME, VACCATION_HOURS, SICK_HOURS) SELECT EMP_ID, FIRST_NAME, LAST_NAME, VACCATION_HOURS, SICK_HOURS FROM EMPLOYEE; COMMIT; SELECT * FROM PTO_SICK_REPORT ;

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT