Podcast
Questions and Answers
set of computer programs use in DBMS
set of computer programs use in DBMS
combines two tables with common column which is primary key.
combines two tables with common column which is primary key.
divided into logical units called table composed of rows and columns of data
divided into logical units called table composed of rows and columns of data
bridge bet machine components and human components
bridge bet machine components and human components
Signup and view all the answers
returns all the rows of table on the right side of join and matching rows for the table on the left side of join.
returns all the rows of table on the right side of join and matching rows for the table on the left side of join.
Signup and view all the answers
attribute or field serves as unique identifier for particular record within a relation.
attribute or field serves as unique identifier for particular record within a relation.
Signup and view all the answers
Other term for row in Relational Database
Other term for row in Relational Database
Signup and view all the answers
contain particular characteristic of real-world entity being describes by row in Relational database
contain particular characteristic of real-world entity being describes by row in Relational database
Signup and view all the answers
set of valid atomic values for given attribute
set of valid atomic values for given attribute
Signup and view all the answers
SQL can't do
SQL can't do
Signup and view all the answers
high-level conceptual data modeling approach to db
high-level conceptual data modeling approach to db
Signup and view all the answers
support the basic data manipulation
support the basic data manipulation
Signup and view all the answers
column cant have a NULL
column cant have a NULL
Signup and view all the answers
creates the result-set by combining result of both LEFT JOIN and RIGHT JOIN
creates the result-set by combining result of both LEFT JOIN and RIGHT JOIN
Signup and view all the answers
to specify multiple values in a WHERE clause
to specify multiple values in a WHERE clause
Signup and view all the answers
returns all possible combinations of rows from two tables. called a cross product.
returns all possible combinations of rows from two tables. called a cross product.
Signup and view all the answers
to select data from a database
to select data from a database
Signup and view all the answers
describe and name the entities, attributes, and relationships required
describe and name the entities, attributes, and relationships required
Signup and view all the answers
Facilities DBMS doesn't provide
Facilities DBMS doesn't provide
Signup and view all the answers
people whose tasks require access to the db
people whose tasks require access to the db
Signup and view all the answers
db involves specifying data types, structures, and constraints of data to be stored in the db.
db involves specifying data types, structures, and constraints of data to be stored in the db.
Signup and view all the answers
controls organization, storage, management, & retrieval of data in db
controls organization, storage, management, & retrieval of data in db
Signup and view all the answers
db includes functions; querying the db to retrieve specific data.
db includes functions; querying the db to retrieve specific data.
Signup and view all the answers
returns all the rows of the table on left side and matching rows for table on the right side of join. rows no matching row on right, will contain null
returns all the rows of the table on left side and matching rows for table on the right side of join. rows no matching row on right, will contain null
Signup and view all the answers
Ensures that all values in a column satisfies a specific condition
Ensures that all values in a column satisfies a specific condition
Signup and view all the answers
returns the smallest value of the selected column
returns the smallest value of the selected column
Signup and view all the answers
displays a record if either is true
displays a record if either is true
Signup and view all the answers
used in a WHERE to search for a specified pattern in a column.
used in a WHERE to search for a specified pattern in a column.
Signup and view all the answers
to substitute for any other character(s) in a string
to substitute for any other character(s) in a string
Signup and view all the answers
SQL Command: extracts data from a database
SQL Command: extracts data from a database
Signup and view all the answers
SQL means
SQL means
Signup and view all the answers
over-all design of a db
over-all design of a db
Signup and view all the answers
support the basic data manipulation
support the basic data manipulation
Signup and view all the answers
deletes a table
deletes a table
Signup and view all the answers
interface layer bet. users and physical db.
interface layer bet. users and physical db.
Signup and view all the answers
collection of logically related data
collection of logically related data
Signup and view all the answers
instruction and rules govern the design and use of db
instruction and rules govern the design and use of db
Signup and view all the answers
SQL Command: deletes data from a database
SQL Command: deletes data from a database
Signup and view all the answers
who publish ERM
who publish ERM
Signup and view all the answers
SQL Commands: inserts new data into a database
Choices
SQL Commands: inserts new data into a database Choices
Signup and view all the answers
Sets a default value for a column when no value is specified
Sets a default value for a column when no value is specified
Signup and view all the answers
returns the total sum of a numeric column
returns the total sum of a numeric column
Signup and view all the answers
returns the largest value of the selected column.
returns the largest value of the selected column.
Signup and view all the answers
to filter records
to filter records
Signup and view all the answers
to return only distinct (different) values
to return only distinct (different) values
Signup and view all the answers
Uniquely identifies a row/record in another table
Uniquely identifies a row/record in another table
Signup and view all the answers
collection of data from multiple tables. combines two or more tables to retrieve data from multiple tables.
collection of data from multiple tables. combines two or more tables to retrieve data from multiple tables.
Signup and view all the answers
automated system enables users define, create, maintain and control access db
automated system enables users define, create, maintain and control access db
Signup and view all the answers