N
Q. The following statement is valid.
SELECT name, id FROM Employee UNION name, salary FROM Person;
Even if the columns ‘xyz’ and ‘def’ have different data types, the results from these columns are placed into the column ‘xyz’. The data types can be determined from the values in the columns.
You must be Logged in to update hint/solution
Q. What is abc in the following statement?
Q. Which statement is used to find out which character sets are available?
Q. Which of the following statement is correct?
Q. abc in the following statement is ___________.
Q. In order to start the transaction, the command used is
Q. Which of the following is a valid sql statement?
Q. If no database has been selected, specifying a database qualifier is necessary.
Q. Which of the following statement is false?
Q. Which option is supplied to ensure TCP/IP connection to local server?
Q. The library file that contains various portability macros and definitions is
Discusssion
Login to discuss.