Database Quizzes & Trivia
Advertisement
Advertisement
Questions: 34 | Attempts: 61 | Last updated: Nov 2, 2020
-
Sample QuestionAccess is a database program.
Questions: 11 | Attempts: 61 | Last updated: Apr 8, 2015
-
Sample QuestionPivotTable summarizes large amounts of data using specified calculations and formats. (Pivot Table meringkaskan data yang besar menggunakan pengiraan dan format tertentu)
Final
Questions: 26 | Attempts: 60 | Last updated: Jan 21, 2013
-
Sample QuestionUsing the following: Employees(id: integer, name: string, payrate: integer, hours: integer) What is not allowed in the payrate?
Questions: 20 | Attempts: 59 | Last updated: May 28, 2014
-
Sample QuestionWhat determines a table’s sort order?
Questions: 15 | Attempts: 54 | Last updated: Jan 30, 2018
-
Sample Question________________defines the structure of the data held in operational databases .
Questions: 10 | Attempts: 53 | Last updated: Dec 16, 2019
-
Sample QuestionThere is 4 degrees of relationships.
Questions: 15 | Attempts: 51 | Last updated: Jan 30, 2018
-
Sample Question________________defines the structure of the data held in operational databases .
Questions: 50 | Attempts: 50 | Last updated: Nov 5, 2014
-
Sample QuestionA DB2 database may be created with the
Questions: 46 | Attempts: 50 | Last updated: Nov 7, 2014
-
Sample QuestionThe CLOB data type stores single-byte character set (SBCS) or multibyte character set string values.
Here we are with a database basics knowledge quiz. A database is a collection of data that makes it easy to access through a computer system. Databases are broken down into fields containing related data, which pertains to a...
Questions: 10 | Attempts: 49 | Last updated: Sep 15, 2020
-
Sample QuestionIn ERD, the rectangles are used to?
Test 000-302: DB2 9 Database and Application Fundamentals - Academic Initiative
DB2 Objectives
An IBM DB2 Academic Associate is a member of the academic community (faculty member OR a student in a degree program) who...
Questions: 3 | Attempts: 43 | Last updated: Mar 4, 2013
-
Sample QuestionHello
Questions: 10 | Attempts: 42 | Last updated: Jan 28, 2013
-
Sample QuestionA Cell In Excell Is The Same As A _________ In Access
This question is to help test your knownledge on content from Chapter 6 System Analysis to Chapter 14 Future of Computing in the textbook: Fundamental to Computing Third Edition by Kendell/Hunt.
Questions: 46 | Attempts: 38 | Last updated: Feb 15, 2013
-
Sample QuestionA device that can be used to connect a notebook PC to conventional hardware such as a keyboard, mouse, and printer is called a docking station.
Final
Questions: 34 | Attempts: 38 | Last updated: Jan 21, 2013
-
Sample QuestionThe entity-relationship data model allows us to describe the data involved in terms of entity sets, attributes, and common attributes in each entity set.
SST Quiz Questions
Questions: 11 | Attempts: 37 | Last updated: Jan 10, 2013
-
Sample QuestionA good source of Data Migration leads are System Integrators.
This is your description.
Questions: 10 | Attempts: 36 | Last updated: Aug 2, 2013
-
Sample QuestionOut of 4 statements namely 1,2,3,4,5, which of the statement/statements will execute successfully? if object_id('test2') is not null drop table test2 if object_id('test1') is not null drop table test1 create table test1 (a int not null primary key); create table test2 (b int,a int ) GO --statement 1 insert into test1 output inserted.a select 1 GO --statement 2 create trigger trig_test1 on test1 after insert as select 2 GO --statement 3 insert into test1 select 3 GO --statement 4 insert into test1 output inserted.a select 4 GO --statement 5 declare @temp as table (b int) insert into test1 output inserted.a into @temp select 5 select * from @temp GO
Questions: 27 | Attempts: 34 | Last updated: Feb 14, 2013
-
Sample QuestionWhich normal form is adequate for relational db design?
A test to help students prepare for Software Development and Web Development 98-361 and 98-363 exams
Questions: 9 | Attempts: 34 | Last updated: Nov 3, 2020
-
Sample QuestionName types of valid database systems (Choose all that apply)
Test grila
Questions: 18 | Attempts: 32 | Last updated: Oct 17, 2011
-
Sample QuestionWhich of the following are reasons we create conceptual models?
Questions: 10 | Attempts: 31 | Last updated: Mar 19, 2018
-
Sample QuestionData integrity constraints are used to:
This is your description.
Questions: 10 | Attempts: 31 | Last updated: Aug 23, 2013
-
Sample QuestionWhen we install and configure EBS Database Maintenance utility will create ‘BonusingInfrastructure’ Database to store purge history?
1. Basic concepts and definitions
2. File Processing System versus Database System
3. Evolution of Database System
Questions: 28 | Attempts: 30 | Last updated: Jan 28, 2013
-
Sample QuestionData processed in such a way that it can increase the knowledge of the person who uses it
Final
Questions: 18 | Attempts: 30 | Last updated: Jan 21, 2013
-
Sample QuestionIn the following Sailors( sid: integer, age: integer, address: string) this is called a tuple.
This is  quiz program which is testing your basic knowledge about Database management system.
Questions: 5 | Attempts: 30 | Last updated: Jan 15, 2013
-
Sample QuestionDatabase are use for?
A database is a systematic collection of data. Databases support storage, manipulation of data and help in making data management easy. This second quiz will test what you are conversant with so far about the database and its...
Questions: 10 | Attempts: 28 | Last updated: May 10, 2018
-
Sample QuestionA database is a collection of information that is organized so that it can easily be accessed, managed, and updated.