Question

In: Computer Science

Need answers for Normalization, Physical Design, Sql, And Security exam. 1. The database you're creating will...

Need answers for Normalization, Physical Design, Sql, And Security exam.

1. The database you're creating will be installed on a group of three servers. What feature of an enterprise RDBMS will allow one server to pick up the processing work if the main server becomes nonoperational?
A. Failover
B. Business intelligence
C. Data warehouse
D. Load balancing

2. What type of clause must you always use with DELETE or UPDATE to avoid inadvertently changing data elsewhere in the database?
A. SET
B. WHERE
C. ORDER
D. FROM

3. When users enter data into the database, they find they have to enter a value for every column, as the
database won't allow them to continue otherwise. What type of value has been disallowed for this database?
A. 0
B. Null
C. Duplicate
D. Tab key
4. What term is used to describe any action a database takes?
A. Attribute
B. Function
C. Transaction
D. Dependency

5. Why should you perform the denormalization process on a database?
A. Improve performance
B. Increase data protection
C. Correct attribute names
D. Correct incorrect linkages
6. Which keyword should you use to provide a substitute name for a column?
A. ORDER
B. SELECT
C. UPDATE
D. AS
7. You're working on setting a data type for a field that requires a high degree of precision, as it will be taking scientific values. Which data type should you likely set for this field?
A. Decimal
B. Int
C. Real
D. Money

8. When a database system requests a login name and password to allow a user to enter the database, what process is being performed?
A. Permission
B. Mapping
C. Authorization
D. Authentication

9. You have a field that will be taking a fixed-length-width text entry in different languages, including Russian. Which data type should you likely use?
A. varchar
B. nvarchar
C. char
D. nchar
10. Which keyword yields the same results as using the >= and <= operators?
A. BETWEEN
B. WHERE
C. IS
D. LIKE

Solutions

Expert Solution

1. B) Business Intelligence

Business Intelligence is a feature of an enterprise RDBMS that will allow one server to pick up the processing work if the main server becomes nonoperational.

2. A) Set

SET Clause is used with DELETE or UPDATE to avoid inadvertently changing data elsewhere in the database

3. C) Duplicate

Dupilcate type of value has been disallowed for the database

4. C) Transaction

Transaction is the term used to describe any action a database takes.

5. A) Improve Performance

The denormalization process on a database is used to improve Performance.

6. D) As

AS keyword is used to provide a substitute name for a column

7. A) Decimal

As they are scientific values,they can be in both decimal format and integer values.So Decimal is the data type used for this kind.

8. D) Authentication

Authentication is the process of entering into the database by clients with their provided login credentials.

9. A) Varchar

For a fixed-length-width text,we use Varchar field...

10. A) Between

Between is the used for the comparison...and this operator is used to test for a range of values.


Related Solutions

Creating a Database Design Lab 1: Creating a Database Design (Wk 3) - OR - Draw...
Creating a Database Design Lab 1: Creating a Database Design (Wk 3) - OR - Draw with pencil and paper diagram (take photo of it and submit) along with a summary of the diagram you prepared in a Word document. Use the scenario from Assignment 1: Business Rules and Data Models to complete the lab: Suppose a local college has tasked you to develop a database that will keep track of students and the courses that they have taken. In...
True or False: Logical database design is the process of modifying the physical database design to...
True or False: Logical database design is the process of modifying the physical database design to improve performance. The two major logical database design techniques are conversion of E-R diagrams to relational tables and data normalization. Multivalued attributes are not permitted in unnormalized data. A many-to-many binary relationship in an E-R diagram requires the creation of a total of three tables in a relational database. A one-to-one unary relationship in an E-R diagram requires the creation of a total of...
I am creating a system for a security design and need to choose controls for network...
I am creating a system for a security design and need to choose controls for network security and those with access controls as well. I need to decide what major network security controls I would need to recommend. Which ones are good examples and why? Within that, I need to describe three access control techs. and their essentials for util. apps. Are there a few cases to assist in demonstrating those access control techs.
Database Design CIW State_Capitals Physical Database Create primary and secondary keys for the attached unfinished physical...
Database Design CIW State_Capitals Physical Database Create primary and secondary keys for the attached unfinished physical database design. CREATE DATABASE STATE_CAPITALS; GO USE STATE_CAPITALS; GO CREATE TABLE Country( Country_Code varchar(10) NOT NULL, Country_Name varchar(50) NOT NULL, Population int NOT NULL, Country_Size float NOT NULL ) GO CREATE TABLE Region( Country_Code varchar(10) NOT NULL, Region_Code varchar(10) NOT NULL, Region_Name varchar(50) NOT NULL ) GO CREATE TABLE State( Region_Code varchar(10) NOT NULL, State_Code char(2) NOT NULL, State_Name varchar(50) NOT NULL, Date_of_Statehood int...
Need SQL commands for these questions based on the bowling league database; When was the first...
Need SQL commands for these questions based on the bowling league database; When was the first tournament date and where was it played? What are the number of tournaments per location?
The database design process for noSQL databases is different from one for relational (SQL) databases. As...
The database design process for noSQL databases is different from one for relational (SQL) databases. As we learned noSQL database does not require to have a predefined structure, except of creating a list of databases and the list of collections. Some of the noSQL databases (like MongoDB) allow to define certain rules that will define what should be the structure of the acceptable documents for each collection. As you may recall, when you need to store multiple data points in...
Design the database using the ER approach. Then using Java and SQL, implement the following functionality:...
Design the database using the ER approach. Then using Java and SQL, implement the following functionality: Implement a button called “Initialize Database”. When a user clicks it, all necessary tables will be created (or recreated) automatically, with each table be populated with at least 10 tuples so that each query below will return some results. All students should use the database name “sampledb”, username “john”, and password “pass1234”. Implement a user registration and login interface so that only a registered...
Database Normalization Please if you don't know the answer don't comment as "Need More Information." Please...
Database Normalization Please if you don't know the answer don't comment as "Need More Information." Please answer it in a table form with the data included as per table A and table B. Introduction: This lab is designed to help you with practicing normalization concepts implementation. Submission: After finishing the task below, convert the word file to a PDF document and submit it to Brightspace. Task: Using this file, normalize the following tables to be in the third normal form....
Database Normalization Please if you don't know the answer don't comment as "Need More Information." Introduction:...
Database Normalization Please if you don't know the answer don't comment as "Need More Information." Introduction: This lab is designed to help you with practicing normalization concepts implementation. Submission: After finishing the task below, convert the word file to a PDF document and submit it to Brightspace. Task: Using this file, normalize the following tables to be in the third normal form. Remember to consider having the data when you do the normalization. Course_Title Course_Credit_Hours Professor_ID Professor_Name First_day_work Professor Specialization_ID...
Database Design Design a database and show the relationship between each tables. I need multiple tables....
Database Design Design a database and show the relationship between each tables. I need multiple tables. *Must meet the requirements for Third Normal Form. These are the information for employee DB. Employee Number, First Name, Last Name, Date of birth, Address, city, state, zip, department, job title, supervisor, health insurance number, health insurance provider, dental insurance number, dental insurance provider, spouse/partner, children, children's ages.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT