Question

In: Computer Science

Which of the following is a database client software? Microsoft SQL Server 2017 Developer Microsoft SQL...

  1. Which of the following is a database client software?
  1. Microsoft SQL Server 2017 Developer
  2. Microsoft SQL Server Management Studio
  3. Microsoft SQL Server Configuration Manager
  4. SQL Server Analysis Service

  1. Compared to Data Warehousing approach, the following are disadvantages of query-driven data integration approach, EXCEPT: __________.
  1. competition with local processing at source
  2. delay in query processing
  3. waste of storage space
  4. inefficient and potentially expensive for frequent queries

  1. What does OLAP stand for?
  1. Olympic Linear Algebra Problem
  2. On-Line Amazon Platform
  3. On-Line Analytical Processing
  4. One Lazy Associate Professor
  1. In order to login to a non-local database server (i.e., use computer A to login to database hosted on computer B), what information is NOT required?
  1. username
  2. password
  3. IP address of the database server
  4. Number of tables in the database

  1. Which of the following is a WRONG statement?
  1. If you stop your t3-medium EC2 instance whenever you don’t use it, you can save money.
  2. If you terminate your EC 2 instance, everything inside your instance is also deleted.
  3. If you stop your EC2 instance during installation of some software, the installation will fail.
  4. If you close your remote desktop connection (or SSH) to EC2 instance, any ongoing process (e.g., installing software, running SQL queries) inside EC2 is interrupted.

  1. Which of the following database roles has the highest privileges?
  1. db_datareader
  2. db_datawriter
  3. db_securityadmin
  4. db_owner

  1. The attribute "Price" in the Sensor table is a/an _________ attribute.
  1. int
  2. float
  3. varchar
  4. datetime

Solutions

Expert Solution

1)

Ans)Option B is correct
Microsoft SQL Server Management Studio is a client database software

2)

Ans)Option C is correct
No storage wastes takes place in query driven data approch

3)

Ans)Option C is correct
OLAP stands for Online Analytical Processing

4)

Ans)Option D is correct option
Ip address, username and password are mandatory for remote connection and no of tables is not required

5)

Ans)Option D is correct option
Since SSH connection or any remote connection made to the EC2 instance is independent and won't affect any installation if connection is broken or closed

6)

Ans)Option D is correct option
A db_owner has privilege for almost all the configurations in the database.

7)

Ans)Option B is correct option
Since price is a decimal value so float is the appropriate choice and not integer or any other data type

NOTE:Please upvote if you liked my answer and comment if you need any modification or explanation.


Related Solutions

Create the actual database using SQL syntax. This is completed using a Database Application (i.e Microsoft...
Create the actual database using SQL syntax. This is completed using a Database Application (i.e Microsoft Access, Oracle, or MySQL) as indicated by your professor. After creating the database – populate it with some data (could be made up). SQL syntax and the DB application will be discussed and taught in class. This is the final deliverable of the group project. Assignment is due by the due date as indicated by your professor. *Make sure to submit the completed database...
You should try this code in Microsoft SQL Server to get the practice of using the...
You should try this code in Microsoft SQL Server to get the practice of using the command line and getting syntax errors. You can submit to me your sql files or just copy and paste of your code in a word document. I may try to run it, so make sure it is error free. Or you can show screen shots of code running. Write SQL CREATE Table statement to create the following table with  Owner ID  as a surrogate key.  Owner ID...
You should try this code in Microsoft SQL Server to get the practice of using the...
You should try this code in Microsoft SQL Server to get the practice of using the command line and getting syntax errors. You can submit to me your sql files or just copy and paste of your code in a word document. I may try to run it, so make sure it is error free. Or you can show screen shots of code running. Write SQL CREATE Table statement to create the following table with  Owner ID  as a surrogate key.  Owner ID...
Database - SQL - Operations CS 203 Discrete Structure 2 Create a Microsoft Access Database consisting...
Database - SQL - Operations CS 203 Discrete Structure 2 Create a Microsoft Access Database consisting of the following two tables: Part_needs and Parts_Inventory Part_needs Supplier Part_number Project 23 1092 1 23 1101 3 23 9048 4 31 4975 3 31 3477 2 32 6984 4 32 9191 2 33 1001 1 Parts_Inventory Part_number Project Quantity Color_code 1001 1 14 8 1092 1 2 2 1101 3 1 1 3477 2 25 2 4975 3 6 2 6984 4 10...
Research Microsoft SQL Server and in your own words, describe your understanding of this and its...
Research Microsoft SQL Server and in your own words, describe your understanding of this and its role in Microsoft's model for web programming. Be sure to list your sources by providing links and/or printed book/article names. As one open option available to us is Microsoft SQL Server Express, for your response discuss too which is better for development. SQL Server Express or a full SQL Server environment?
Using your downloaded DBMS (MS SQL Server), create a new database. Create the database tables based...
Using your downloaded DBMS (MS SQL Server), create a new database. Create the database tables based on your entities defining The attributes within each table The primary and foreign keys within each table *****Show your database tables, tables attributes, primary and foreign keys***** Do not forget to check the lesson slides and videos that show you how to convert an ER/EER into a database schema, and how to create a database and tables using MS SQL Server.
A systems developer needs to provide machine-to-machine interface between an application and a database server in...
A systems developer needs to provide machine-to-machine interface between an application and a database server in the production environment. This interface will exchange data once per day. Which of the following access control account practices would BEST be used in this situation? A.Establish a privileged interface group and apply read -write permission.to the members of that group. B.Submit a request for account privilege escalation when the data needs to be transferred C.Install the application and database on the same server...
a) What are the most important differences between MS Access and as Server database like SQL...
a) What are the most important differences between MS Access and as Server database like SQL Server? b) Does Access have any advantages over SQL Server? c) Describe one or more scenarios where you would recommend upgrading an existing MS Access application to SQL Server. Not the use of SQL Server Express edition.
6-Microsoft SQL Server is a​ ________ for large mainframes and midrange computers. A.SimpleDB B.MongoDB C.relational DBMS...
6-Microsoft SQL Server is a​ ________ for large mainframes and midrange computers. A.SimpleDB B.MongoDB C.relational DBMS D.NoSQL E.distributed database 16-SQL stands for​ ________. A.Structured Query Language B.Streamlined Question Language C.Structured Question Language D.Special Question Language E.Structured Questioning Language 18-Which of the following is a distributed database technology that enables firms and organizations to create and verify transactions on a​ peer-to-peer network nearly instantaneously without a central​ authority? A.MySQL B.DB2 C.NoSQL D.Blockchain E.Cloud Spinner 19-What makes a Blockchain system possible and...
Instructions Write a Client/Server application to do the following​ Client​ Take in IP address and Port...
Instructions Write a Client/Server application to do the following​ Client​ Take in IP address and Port as command line arguments​ Connect to Server​ Start "infinite loop"​ Take in message from command line​ Convert it to the packet form from last lab​ Instead of an array, store packet in a char array (string) so it can be easily sent​ Print out packet to terminal​ Send packet to server​ Print out reply from server End "infinite loop" Server Create connection on the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT