I need simple hosted sql database, PL-SQL Programming

Assignment Help:

Project Description:

I want a small relational database to be built. I want the database to have the subsequent information tables:

Employee Information

Document storage

Suppliers

Some form of project management (haven't thought about how this will work, concept's are welcome)

We sell tickets to events, so it could be good to be able to input sales into this for our financial records.

In terms of forms, some examples I'll need done are:

Add/Edit an employee

Upload document

Add/Edit suppliers

Add/Edit finance (incomings and outgoings)

I also want to be able to run reports (ie. Supplier/employee lists, finances between period X and Y etc).

I do not want data entry done, I'm happy to do this myself.

I'll also need:

A quick rundown on how to use it

Needs to be secure (plus I want the ability to grant access to particular users)

I want to be able to host this/upload this myself using an online host. I may need some basic instruction on how to upload this to and FTP server. I have web and IT experience, but no database experience.

I know for an experienced database engineer, this can be a simple task and probably only take a few hours.

Skills required are Database Administration, PHP, MySQL, Software Architecture, SQL


Related Discussions:- I need simple hosted sql database

Example of check constraints - sql, Example of Check Constraints Examp...

Example of Check Constraints Example: Workaround for when subqueries not permitted in CHECK constraints CREATE FUNCTION NO_MORE_THAN_20000_ENROLMENTS ( ) RETURNS BOOLEAN

Loop statements, LOOP Statements The LOOP statements execute a series o...

LOOP Statements The LOOP statements execute a series of statements at multiple times. The loops enclose the series of statements that is to be repeated. The PL/SQL provides typ

Creating a table, Creating a Table Syantax: CREATE TABLE ENROL...

Creating a Table Syantax: CREATE TABLE ENROLMENT (StudentId SID, Name   VARCHAR (30) NOT NULL, CourseId CID, PRIMARY KEY (StudentId, CourseId)) ; Explan

Assignment of DBMS in SQL server, i have an assignment of DBMS subject, thi...

i have an assignment of DBMS subject, this assignment is based on SQL server and power BI

Defining autonomous transactions, Defining Autonomous Transactions To ...

Defining Autonomous Transactions To define an autonomous transaction, you use the pragma (compiler directive) AUTONOMOUS_TRANSACTION. The pragma instructs the PL/SQL compiler

Max and min operator in sql, MAX and MIN operator in SQL Example: ...

MAX and MIN operator in SQL Example: (SELECT MAX (Mark) FROM EXAM_MARK WHERE StudentId = 'S1') (SELECT MIN (Mark) FROM EXAM_MARK WHERE StudentId = 'S1') Example

Variable declaration - sql, Variable Declaration - SQL SQL's support f...

Variable Declaration - SQL SQL's support for variables is very similar to Tutorial D's, except that the syntax for creating persistent  variables-base tables-is quite differen

Triggers, At times, customers make mistakes in submitting their orders and ...

At times, customers make mistakes in submitting their orders and call to cancel the order. Brewbean’s wants to create a trigger that automatically updates the stock level of all pr

Cursors, What is Cursors how to use it in Real time application ?

What is Cursors how to use it in Real time application ?

Using default-declarations in sql, Using DEFAULT You can use the keyword...

Using DEFAULT You can use the keyword DEFAULT rather than that of the assignment operator to initialize the variables. For e.g. the declaration blood_type CHAR := ’O’; it can b

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd