SQL
Description: Tests to Clear the Basic Database Concepts using the Structured Query Language, Prepare SQL Oracle to get job, to appear in placement, to appear in competitive exams, get notes and test papers for all concepts like query, Table, Structured Query Language | |
Number of Questions: 25 | |
Created by: Varsha Mane | |
Tags: SQL Oracle Structured Query Language Query Joins Tables SQL Interview Preparation SQL Interview SQL Questions SQL Interview Questions Databases |
OR operator returns TRUE when
All changes made by a transaction are undone by
The constraints are
A primary key made of more than one column (multi column) is called
A VIEW
The constraint used to avoid keying in repeated values into a column must be declared_____________.
A PRIMARY KEY must
Which of these is not the ADO Data Type?
Which command is used to make back up copies of database tables?
How to create a backup copy of table emp called emp_backup in another database called DBEmp_backup.mdb?
The 'IN SQL' keyword
ADO stands for
The UPDATE SQL clause can
Which method will you use to most effectively achieve the objective?
SQL is
Which of the following is a DDL command?
INDEXES are created to
An empty column declared _________ stores.
Which SQL command inserts new data into a database?
Which SQL command updates data in a database?
Which SQL command deletes table from a database?
Which SQL command retrieves data from a database?
What is DDL?
COMMIT is a
AND operator returns TRUE when