Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

In SQL, which command(s) is(are) used to change a table’s storage characteristics?

(a) ALTER TABLE

(b) MODIFY TABLE

(c) CHANGE TABLE

(d) All of the Mentioned

The question was asked in an internship interview.

I need to ask this question from DDL Command in section SQL Basics of Oracle

Which of the following is/are the DDL statements?

(a) Create

(b) Drop

(c) Alter

(d) All of the Mentioned

This question was addressed to me during an interview.

This question is from DDL Command in section SQL Basics of Oracle

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

(a) Data Definition Language(DDL)

(b) Data Manipulation Language(DML)

(c) DML and DDL

(d) None of the Mentioned

The question was posed to me by my school teacher while I was bunking the class.

Asked question is from DDL Command in chapter SQL Basics of Oracle

In SQL, which command is used to SELECT only one copy of each set of duplicable rows

(a) SELECT DISTINCT

(b) SELECT UNIQUE

(c) SELECT DIFFERENT

(d) All of the Mentioned

The question was posed to me in final exam.

My doubt is from Structured Query Language topic in portion SQL Basics of Oracle

Find the temperature in increasing order of all cities

(a) SELECT city FROM weather ORDER BY temperature;

(b) SELECT city, temperature FROM weather;

(c) SELECT city, temperature FROM weather ORDER BY temperature;

(d) SELECT city, temperature FROM weather ORDER BY city;

I had been asked this question during a job interview.

Enquiry is from Structured Query Language topic in portion SQL Basics of Oracle

Which of the following is illegal?

(a) SELECT SYSDATE – SYSDATE FROM DUAL;

(b) SELECT SYSDATE – (SYSDATE – 2) FROM DUAL;

(c) SELECT SYSDATE – (SYSDATE + 2) FROM DUAL;

(d) None of the Mentioned

The question was asked in my homework.

The above asked question is from Structured Query Language in section SQL Basics of Oracle

A command that lets you change one or more fields in a record is

(a) Insert

(b) Modify

(c) Look-up

(d) All of the Mentioned

This question was posed to me in homework.

My enquiry is from Structured Query Language topic in portion SQL Basics of Oracle

Which of the SQL statements is correct?

(a) SELECT Username AND Password FROM Users

(b) SELECT Username, Password FROM Users

(c) SELECT Username, Password WHERE Username = ‘user1’

(d) None of the Mentioned

This question was posed to me during an online interview.

This key question is from Structured Query Language in section SQL Basics of Oracle

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

(a) Data Definition Language(DDL)

(b) Data Manipulation Language(DML)

(c) DDL and DML

(d) None of the Mentioned

This question was addressed to me in class test.

This interesting question is from Structured Query Language in division SQL Basics of Oracle

What is the full form of SQL?

(a) Structured Query Language

(b) Structured Query List

(c) Simple Query Language

(d) None of the Mentioned

This question was addressed to me in a job interview.

This intriguing question comes from Structured Query Language in section SQL Basics of Oracle

Viewing 15 topics - 46 through 60 (of 141 total)

1 2 3 4 5 8 9 10
  • You must be logged in to create new topics.