how to convert character strings to dates? : Sql dba
1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index is there in the table.
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
How do you go back in sql?
a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. If No, can you delete if there is single source table which is joining.
What is the difference between a primary key and a unique key?
what is datawarehouse? : Sql dba
What are packages in pl sql and also explain its advantages?
What is microsoft t sql?
Differentiate between pl/sql and sql?
Practice 1: Changes to data will only be allowed on tables during normal office hours of 8.45 in the morning until 5.30 in the afternoon, MONDAY through FRIDAY. A. Create a procedure called SECURE_DML that prevents the DML statement from executing outside of normal office hours, returning the message: “you may only make changes during normal office hours” b. Create a statement trigger on the PRODUCT table which calls the above procedure. c. Test it by inserting a new record in the PRODUCT table.
How will you a activate/deactivate integrity constraints?
What is the use of & in pl sql?