E.codd designed 12 rules that stated rules for database to be relational. These rules were named as codd’s rules. The rules are given below: 1. The Information Rule: For a database to be relational
Stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated
Latest Answer : The basic difference between stored procedure and trigger is stored procedure can call explicitly, but trigger cannot call explicitly.Genarally trigger are used for Audit and trail. What should be the action perform while or before or after insert, update ...
Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table
Latest Answer : * Used to Delete all the datas in a table .* Cannot be rollbacked. ...
DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that
Tuning is one of the main function or job of a database administrator or DBA in short. This is because oracle is a relational database management system which is tunable and thus the database can be monitored
A view is nothing but a window of an existing table by which one can view and can also change the values in tables. The main point aspect of view is views have no storage space. For this reason views are
Latest Answer : please clarifythat if there are some changes made in view(created from a single base table)would they reflect in the base table as well? ...
COUNT is a group function. That is which gives a result by summarizing multiple rows. All group value function will have the usage of DISTINCT or ALL option and so is the COUNT which uses the DISTINCT
A junction record is one which allows many to many relationship between the two owner records. One of the scenario in which junction table plays a role in Microsoft Access is while creating or defining
SQL injection is one of the security abuse in which the person makes use of SQL in other words Structured Query Language in a web form in order to have access to data and thereby make changes to the data.
To put the definition of an entity is an entity is a single person, place, or thing about which data can be stored. That is in other words for example when one wants to store information about STUDENT
Latest Answer : The question is: " is the attribute instance." The attribute itself is not an instance but the value "Exforsys" stored in the attribute is an instance. ...