Informatics Practices
If you add a new column in a table using the Alter Table command, which value is inserted in the new column for the existing rows?
SQL Queries
2 Likes
Answer
If we add a new column in a table using the Alter Table command, the new column will be filled with NULL for all existing rows.
Answered By
3 Likes
Related Questions
Seema is collecting data for her science project from science blogs, e-newspapers and various websites this process is known as …………… .
- Data Capturing
- Data Retrieval
- Data Storage
- All of these
What will be the correct output of the following code:
a, b = '30', '5' c = a+b print(c)- 19
- 305
- ValueError
- TypeError
If a < b and a < c then
- a is the greatest number
- a is the smallest number
- b is the greatest number
- c is the greatest number
Mismatched redundant copies of data is known as Data …………… .
- Dependence
- Redundancy
- Inconsistency
- Isolation