DBMS stands for Database Management System, a program in charge of controlling databases.

learn more… | top users | synonyms

-2
votes
0answers
8 views

what are the different types of relational DBMS

what are the different types of relational DBMS? is there such thing? i have searched and the answers are not correct. there were answers for DBMS but not relational DBMS..
-2
votes
1answer
20 views

Show Month with the Highest Quantity Sold

I need to show the month with the highest number of quantity sold. I don't know how to do that. Please help thank you. I have: id, prod_name, price, q_sold, month the q_sold must sum up with ...
1
vote
1answer
11 views

Versioned writeahead log - Does this data structure exist?

Background: I have read that many DBMSs use write-ahead logging to preserve atomicity and durability of transactions by storing updates as a group of write operations. What I'm trying to accomplish ...
0
votes
0answers
7 views

Entity-Association -> Relational Model (Heritage)

i have an issue concerning a heritage and their respective ID's for a database. Especially going from Entity-Association to a Relational model. Well i did an heritage from Person to Customer and ...
0
votes
1answer
13 views

implementation of Spatial db with a relational dbms

First post here.. I want to implement some basic spatial tables, with no use of built in types (such as geometry,point,linestring) I have to do this to implement an exercise for my university. The ...
1
vote
0answers
36 views

Best way to persist a Map

I have a map that need to be persisted, i believe no need to use a database to persist this map engine. so i decided to use a simple text file. and the text file will be loaded at the start of the ...
1
vote
0answers
12 views

Protocol used by Oracle RMAN to communicate with auxiliary [migrated]

What protocol is used by RMAN to communicate with the server used for backing up/restoring data? I searched everywhere but couldn't find any docs with this information. Background: I am developing ...
0
votes
2answers
47 views

SQL auto incremental with condition

I am new to SQL and have tried googling an answer to this but with no luck. I have the following tables (Simplified): Table1: Transaction Columns: idTransaction, fkWorker Table2: Worker Columns: ...
-2
votes
1answer
33 views

What are different ways that Database Views can be used?

In an exam pass paper, there are a problem "Briefly explain four different ways that database views can be used?. but i can't even understand this question. can someone help me ?
0
votes
0answers
15 views

Does DBMS (e.g. of SQL SERVER 2008) use virtual memory? [closed]

Or in other words ... . Does the DBMS somehow circumvent the OS Cache manager and acccess the memory directly OR it lets the OS do its job, behave as a normal process and use the concept of virtual ...
0
votes
0answers
33 views

Create oracle trigger that applies 15% discount to rnk = 1

I'm having trouble writing an sql statement to create a trigger that applies a 15% discount to any future purchases made by top client. it would apply a 15% reduction to the pruchase amount whenever a ...
-2
votes
0answers
13 views

Can someone just tell me the differences between primary and secondary indices in DBMS indexing?

I have problem understanding the differences between Primary Indices,Secondary(Key/Non-Key) indices ..... Can someone just explain it to me ?
0
votes
0answers
13 views

Why is LRU is not suitable for joining 2 relations in DBMS [migrated]

In DBMS,Can please explain how LRU(Least Recently Used) Buffer Replacement Policy acts when joining 2 relations in a database. I have read that LRU is not efficient when joining two relations in a ...
-1
votes
1answer
23 views

How millions of concurrent transactions are processed in heavy traffic websites? [closed]

In banking, Railway reservations, Airline lots of transaction are being carried out parallel. How ACID properties could be managed in such a scenario? So many money transfer, account balance updates ...
0
votes
1answer
30 views

determinant means candidate key?

Here I found this: Definition: A determinant in a database table is any attribute that you can use to determine the values assigned to other attribute(s) in the same row. Examples: Consider ...
0
votes
0answers
10 views

Entity-Relational Diagram Roles

In ERD roles that strong text*Entity sets of a relationship need not be distinct*strong text What is meaning ?
0
votes
0answers
20 views

How to retrieve complete dbms_output and execute immediatly his content

This is my first post and I want to thank you for all the help I've found by browsing your site. I'm not qualified to write PL/SQL but I periodically try to automate some tasks I execute in ...
0
votes
0answers
20 views

External hashing bucket concept

According what i understood is hash function will give bucket number and each bucket has number of block address which that hash function calculate. but this picture shows each bucket number mapped ...
2
votes
2answers
73 views

sql statement finding total of an amount

I am trying to write an SQL statement that can find a company's top client. A top client is defined as one that has purchased the most (total purchase amount) among all the company's clients, not just ...
0
votes
1answer
53 views

is it possible to update an existing row in DB, using liquibase?

Tried to find an answer to this question, but couldn't. So, for example I have this table: TABLE: col1 | col2 123 0 124 1 and I want to change col2 value to 1 and this is how I'm ...
0
votes
1answer
29 views

Xquery: Dividing the attribute value by spaces

So I'm trying to get the country codes of this river. <river id="river-Donau" country="SRB A D H HR SK BG RO MD UA"> </river> How can I access them individually?
0
votes
0answers
17 views

Database events log or history

I want to ask: - What is Database events log as a concept ? and using for what ? Any example of event log and what store inside it.
0
votes
1answer
30 views

Finding constraints enforced across multiple tables in orcale

I have a database, with the following tables EMP, DEPT, CLIENT and PURCHASE. I am using Oracle 11g express edition I have executed the following SQL statement to find out constraints on table : EMP ...
1
vote
1answer
23 views

Historical Databases in RDBMS

What is Historical Databases in RDBMS ? I don't found any material in Internet that explain in concept the Historical Databases in RDBMS So can any body explain to me that or give me any link ...
1
vote
2answers
68 views

From where do I get FoxPro?

I want to use Fox Pro. The old DBMS. I have been searching for its download link but haven't found any. Can anyone please help me with the download link.
-1
votes
1answer
78 views

Extendible hashing for file with given search key values for records

I know that SO might be the wrong place to look for answers to questions such as these, but at the moment I need the answer and how to work it out step by step urgently. Suppose that we are using ...
-1
votes
2answers
18 views

Which Database UI is use with MYSQL? I am new in web developnment

I Want to install PHP on my computer, so I start with installing PHP and MYSQL, but I thought that how can I see the data which is inserted in the MYSQL database. Thats why I am searching for a ...
0
votes
1answer
20 views

How do i know who has called a pl/sql function inside a procedure when i perform a certain action from fontend(Oracle Apps)?

I have a pl/sql package: FND_PROFILE. I perform some actions from the frontend, which should trigger calls to FND_PROFILE.VALUE_SPECIFIC I need to find who has made these calls. There were ...
0
votes
0answers
30 views

Mysql best performance with dates

I have a big table with many many tuples, however I perform some queries just in a small range of this (extracted by date range), I would like to know how to set up the table struture to optimize the ...
0
votes
0answers
188 views

oracle DBMS error: PL/SQL: could not find program unit being called: “USER1.S”

All a sudden i get this error when i try to add a new procedure in my package or rename procedure name. it looks like something is locked not allowing me to add or modify new procedures. could anyone ...
0
votes
2answers
63 views

Open-Source library for Database management in Java

is there any open-source library in java for getting deep information about database, its tables, schema and ... (size in bytes, records and ...) ? I need to connect to database (various ...
0
votes
1answer
45 views

How DBMS Process different types of joins?

How a database engines process sql joins? Do they apply different technique to process different type of joins? Explanation with example will be appreciated.
1
vote
1answer
22 views

Query Handling Sql Server

Please help me regarding query. I am pretty weak in DBMS. I have a table TBLParent which has some rows as follows pkParentId FKProductId Name 1 5 P1 2 ...
2
votes
2answers
106 views

Hybrid DB System: NoSQL for data, SQL for relationships. Best Practice?

I'm building an app whose DB system will be crucial, and needs to be scalable since all its value will be in the data. I'm making a live voting system. I am comfortable with SQL and MongoDB, so it's ...
0
votes
1answer
38 views

iSQL Plus: print to screen

How do you enable iSQL*Plus terminal to print output to screen? For instance a simple hello world block: Note how "hello world" should be printed to screen, but only confirmation that there were ...
1
vote
1answer
31 views

Create PLSQL package on linked database

I have two databases. One which contains the packages and is always available. And another one that stores the data and is rebuild every day. The packages on the first database are making queries ...
0
votes
0answers
15 views

LUN's WWN as PK in a table

I am developing an application to monitor RAIDs and LUNs. As part of that, I've to design a table that keeps LUN information of RAIDs from various vendors. I know there is a standard in ...
-1
votes
1answer
27 views

Deploy MapDB to Heroku [closed]

Folks, I'd like to deploy MapDB to Heroku. Any experiences or search directions? Using heroku for the deployment is business requirement but we can change MapDB if not compatible with Heroku. We are ...
0
votes
0answers
37 views

difficulties dbms have dealing with multimedia data structures?

Just studying for an exam and I noticed in my notes I have no info regrading ; difficulties dbms have dealing with multimedia data structures ? I have searched online but still cannot find anything! ...
0
votes
0answers
18 views

Is a table with only 2 columns in 3NF is always in BCNF?

Is a table with only 2 columns in 3NF is always in BCNF ? What about a table with 3 column that is in 3NF ? I need some example with the answer to understand.
0
votes
0answers
37 views

Find minimum accessed records in mysql

I had a table which contains id, name and address and the table may contains 1000's of records. Now I wants to make a backup for least(minimum) accessed records which may be 1 month older. The older ...
0
votes
1answer
29 views

multivalued attributes in database of transaction

I want to make software for one of local store. I am making table of transaction which have attributes tran_id, name ,mob_no, date_of_sale, ...
0
votes
2answers
20 views

Why Should one define his own procedure/function while using a DBMS?

This might be an odd question but I've been wondering, if a database is well architected, why should one define custom procedures/functions ? What are those functions/procedures for ? I think I could ...
0
votes
0answers
103 views

Toad - DBMS_OUTPUT.PUT_LINE

With my projects, I build stored procedures using Toad on Oracle etc. One thing is bugging me a little. I want to be able to watch a variable in a stored procedure by enabling DBMS_OUTPUT and thus ...
0
votes
1answer
49 views

Trigger to delete past records in postgresql

I want only to maintain present 1 month records log details. need to delete past record log details.I tried this code however could not work this, create sequence userseq1; CREATE TABLE users ( id ...
0
votes
1answer
83 views

How to unlock superuser 'postgres' account in postgresql [closed]

While connecting to the pgadmin database postgres with correct password, I'm getting the following error: 'Error connecting to the server:FATAL password authentication failed with user 'postgres'. ...
0
votes
1answer
49 views

relationship in dbms

What is implicit and explicit relationship in case of entity relation modelling? I searched for this but can't find a good explanation.
-1
votes
1answer
287 views

Is Ms Access DBMS Or RDBMS?

IS Ms Access DBMS or RDBMS? I also do Google to find answer of this question,but in some website or blog says it is DBMS while others are says it is RDBMS.. so what is correct answer? and Please ...
1
vote
1answer
101 views

round off column value in postgresql

I trying to round off column value with 2 digit decimal value. create table ABC("NUM" real);----------created table insert into ABC values(22.567333335555555); ---------inserted values however i ...
-1
votes
1answer
66 views

How to write this query please help me out [closed]

Assuming you have the following four tables; customers orders ordered_items items Orders contains a foreign key (customer_id) referencing the customer who placed the order. Each ordered_item ...

1 2 3 4 5 8