Database
I am working on an Oracle database and I need information about SQL and PL/SQL. I heard many Oracle apps are based on PL/SQL. What are the difference between the two and do I need to use PL/SQL or Java to encode triggers and procedures?
- 1028 views
- 1 answers
- 0 votes
I am using SQL Server 2008. I have provided an image of the output that I intended to make. I want to combine multiple rows and make a single ID, while bringing the Non-Null columns into whole or consolidate them. Please look at the rows and columns below:
- 1167 views
- 1 answers
- 0 votes
I am using SQL sub query and I have a list of email addresses on it. These are the list of the customer’s software that will expire in 45 days or less. With just a single click, an email will be sent to the customers address. What I want to do now, is to make a formatting that will change the font color of my list when an email is sent. In this way, anyone who uses this database can easily view if the email has been sent to a specific customer at a later date. Is there a simple Visual Basic code that I can put into the email script and will turn those sent addresses to green color on my sub query?
- 775 views
- 1 answers
- 0 votes
I need help with MySQL query. I want to create a function that will do a lot of sorting on my database. Considering the code below, can I change the default value of a WHERE argument, that will sum up to anything? So the default value of the said argument will find everything on the database.
- 943 views
- 1 answers
- 0 votes
MySQL Database is under my remote server and a JPS application running under a different server. I need help in writing a trigger for a particular table to be used for audit trail. I can open MySQL server using MySQL Front Utility and can upload JSP codes through FTP to that server.
My question is, how I can write triggers using remote server for MySQL Database?
- 1185 views
- 1 answers
- 0 votes
I need help on installing WordPress as I am encountering problems with the connections. I have a new site on a specific IP with the same machine and MySQL is under another IP. According to the articles and forums that I’ve read, I may need to open MySQL and accept outside connections. But I don’t know how to do that.
Can someone send me ways on how to accept MySQL connections and use it on my default IP.
- 774 views
- 1 answers
- 0 votes
I want to make a column that can add the records together on my MySQL database. The record will add up the score of my entire league, taking the points from a race and add it with another race. The purpose of this is to compute the overall points of my entire league for one season. How can I possibly perform it?
- 941 views
- 2 answers
- 0 votes
My website is very slow and my hosting company made a report of my present loading average. The value is 2.39. Is that high or just normal? What is the capacity of MySQL server? And what average do I need to attain to make my site run faster?
- 703 views
- 1 answers
- 0 votes
How can I download and install MySQL to my PC? It has command line interface and other options that can be useful. I want to know if I can use it to install MySQL to PC. And also, I need detailed instructions on how to properly do it.
- 747 views
- 1 answers
- 0 votes
What is the difference between foreign key and primary key concept and what is a purpose of foreign Key and primary key in Relational Database Management System, What is the role of each key during designing a database, is it necessary using both keys ?
- 1325 views
- 3 answers
- 0 votes