Tag: databases
Questions Related to databases
What conditions have to be met before dropping a tablespace?
Which of the following events can be used to fire triggers?
Which names are NOT appropriate database object names?
Which of the following queries can you use to search for employees with the pattern 'A_B' in their names?
To write a query that performs an outer join of tables A and B and returns all rows from B, You need to write
15 Examine the description of the STUDENTS table: STD_ID NUMBER (4) COURSE_ID VARCHAR2 (10) START_DATE DATE END_DATE DATE Which two aggregate functions are valid on the START_DATE column? (Choose two)
You would like to display the system date in the format "Monday, 01 June, 2001". Which SELECT statement should you use?