Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Database

Introduction to Database Systems (Information Systems, Technology)

QuestionAnswer
Embedded SQL Hard-Coded SQL in another programming language
Dynamic SQL SQL Created on the fly as the application is running
Pre-Compiler Compiles SQL code so that it can be translated so that other programming languages can use
Thin Client Remote connection to a database server, this client has few application programs and stores all data remotely
Fat Client Stores all of the data and database at the client, All data is transferred from the server to the client
How does a database server differ from a file server? A File Server does all of the processing at the PC that requested the data, the database server does all access processing and storage at the database.
Datawarehouse Model A central repository of data collected from enterprise's business systems
Data Replication Allowing data to be redundant so that more users can access the data
File Clustering Reducing the number of field names that are used in a database by combining them together to improve efficiency and save space
Transaction Integrity Ensuring that all of the data that is processed completely or should not be completed at all
What is a view in a relational database model? A view provides users with controlled access to the database
What are the advantages of accessing data through the view? Simpler Query Commands, Hides the data from the user, Increases Productivity and Provides user with controlled access to the database
What role does a "Page" Play in how data is written or retrieved from a disk drive? Only an amount of data can be modified during an input/output operation like a hardrive
Ordered by Clause Data is ordered according to a particular criteria
On Delete Clause Deleting or Removing particular rows from a column
Partitioning Distributing Rows and Columns across separate files
Publish and Subscribe Push Technology -> Proving clients with data when information is available
Publish The data a database allows to be accessed
Subscribe The client that is allowed to have access to the data
Scalability Increase capacity, The ability to grow with the company and accomodate the needs of the company as it grows
Stored Procedure Some business rules are applied to the server
Query by Example A method of query creation when the user searched for documents based on an example such as a selected text, list of documents etc.
Referential Integrity Ensuring that all foreign keys in a 1:M relationship match the primary keys
Trigger An event that causes the database to perform an action or command
Sub-Query An inner query inside an outer query
Correlated Executed each row queried by the outer command
Non-Correlated Executing the entire command once
Equi-Join Equivalent matches of columns are joined and appear redundantly in the result table
Natural Join An equi-join that eliminates the redudant columns
Outer Join A join in which rows that have columns of values not matching the columns in the other table are shown in the result table
Sequential Organizing the files in order by primary key and in order to access a desired file, all of the files preceding the desired file must be searched
Index- Sequential All of the data is organized in sequential form by primary key where the primary key has a built in index
Hash Converts a primary key into an record address
Define Hashing Algorithm A division-reminder method of determining the position. PROS: Positions are grouped in lists, speed, CONS: Only one hash value per record
Rollback Resets all of the data to a previous state
Commit Saves the modifications made by the user and applies it to the database
Difference between Rollback and Commit Commit makes all updates permanent, Rollback cancels all updates since last commit
Created by: xyingthaix
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards