shivompal Profile Banner
Shiv Om Pal Profile
Shiv Om Pal

@shivompal

Followers
31
Following
1K
Media
115
Statuses
498

Software Engineer | Social Worker

Delhi
Joined February 2023
Don't wanna be here? Send us removal request.
@shivompal
Shiv Om Pal
7 months
Aryan Pal is the rising star of the year 2024-25 for his exemplary performance in Graphic Novel Designing.@BBPSMV .#BBPSMV
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@shivompal
Shiv Om Pal
4 days
मां रसोइया, पिता मजदूर, 8वीं में पढ़ने वाली बेटी ने रचा इतिहास, बना डाला. via @YouTube . #Pooja_Pal_Young_Scientist.
0
0
0
@shivompal
Shiv Om Pal
4 days
RT @poojaplofficial: जापान से लौटी भारत की बेटी . उत्तर प्रदेश के बाराबंकी जिले का मान बढ़ाने वाली बाल वैज्ञानिक "पूजा पाल " ने "धूल रहित….
0
42
0
@shivompal
Shiv Om Pal
4 days
RT @Dattatreya: As my tenure as the Governor of Haryana comes to an end, I express my heartfelt gratitude to the lovely people of the great….
0
186
0
@shivompal
Shiv Om Pal
18 days
Consider following while converting ER-Diagrams to Tables:. 1. Minimize the number of tables. 2. There must be one Primary Key for each table. 3. Each cell (column) of a row in a table must have only. one value. #Database.
0
0
0
@shivompal
Shiv Om Pal
21 days
Relational Schema = Name of the Relation (Table) along with its Attributes (Columns) + Integrity Constraints. #database.
0
0
0
@shivompal
Shiv Om Pal
22 days
CREATE TABLE Product (.price DECIMAL(10,2) CHECK (price > 0),.discount INTEGER CHECK (discount_percent >= 0 AND discount_percent <= 100),.category VARCHAR(50) CHECK (category IN ('Electronics', 'Clothing', 'Books', 'Home')).);.
0
0
0
@shivompal
Shiv Om Pal
22 days
6. Check Constraint.- Allows custom rules to be defined for a column or. combination of columns. - Example: Salary must be greater than 0. CHECK (salary > 0).
1
0
0
@shivompal
Shiv Om Pal
22 days
5. NOT NULL Constraint.- Ensures that a column cannot have NULL values. - Common for mandatory fields. name VARCHAR(100) NOT NULL.
1
0
0
@shivompal
Shiv Om Pal
22 days
CREATE TABLE User_Account (.user_id INTEGER PRIMARY KEY,.username VARCHAR(50) UNIQUE, -- No two users can have same username.email VARCHAR(100) UNIQUE, -- No two users can have same email.phone VARCHAR(15).);.
1
0
0
@shivompal
Shiv Om Pal
22 days
4. Unique Constraint.- Ensures that all values in a column (or combination. of columns) are unique across rows. - Allows NULLs unless explicitly stated otherwise.
1
0
0
@shivompal
Shiv Om Pal
22 days
3. Referential Integrity.- Maintains consistency between two related tables. using foreign keys. - Ensures that the value in the foreign key column. exists in the referenced table. FOREIGN KEY (department_id) REFERENCES department(dept_id).
1
0
0
@shivompal
Shiv Om Pal
22 days
2. Entity Integrity.- Ensures that each table has a primary key and that. the primary key values are unique and not NULL. - Purpose: Uniquely identify each record in the table. PRIMARY KEY (student_id).
1
0
0
@shivompal
Shiv Om Pal
22 days
CREATE TABLE Employee (. emp_id INTEGER,. name VARCHAR(50) NOT NULL,. age INTEGER CHECK (age >= 18 AND age <= 65),. salary DECIMAL(10,2) CHECK (salary > 0),. email VARCHAR(100) CHECK (email LIKE '%@%.%'),. hire_date DATE CHECK (hire_date <= CURRENT_DATE).);.
1
0
0
@shivompal
Shiv Om Pal
22 days
1. Domain Constraint.- Ensures that all values in a column are of the same. data type and within a valid range. - Example: A column "age" must only contain integers. between 0 and 150.
1
0
0
@shivompal
Shiv Om Pal
22 days
Integrity constraints are rules that ensure the accuracy, consistency, and validity of data within a database. These constraints are enforced at the schema level and prevent the entry of invalid data. #Database #IntegrityConstraints.
1
0
0
@shivompal
Shiv Om Pal
23 days
Karnataka CM Siddaramaiah Asserts He Will Remain In Power For Full 5-Yea. via @YouTube . #Siddaramaiah.
0
0
0
@shivompal
Shiv Om Pal
1 month
RT @DhangarRanjan: हमने अपने हाईकोर्ट-सुप्रीम कोर्ट में रोम/ग्रीक की न्याय की देवी की मूर्ति क्यों लगा रखा है?.सरकार और सुप्रीम कोर्ट से नि….
0
12
0
@shivompal
Shiv Om Pal
1 month
हरिशंकर तिवारी की राइफल उठाने वाले ब्रजेश पाठक से आप न्याय की उम्मीद नहीं कर सकते.@spsinghbaghelpr @palmahasabha @MahadevJankarR @PalVishwnathbsp @palshyamLalsp @prakashpal_bjp .@BaburamPal9.@Uppolice .#kaushambi.
0
0
0
@shivompal
Shiv Om Pal
2 months
लोकमाता अहिल्याबाई त्रिशताब्दी समापन समारोह इंदौर - लोकगायिका पद्मश्र. via @YouTube.
0
0
0
@shivompal
Shiv Om Pal
2 months
लोकमाता अहिल्याबाई त्रिशताब्दी समापन समारोह इंदौर -पूर्व केन्द्रीय मंत्. via @YouTube.
0
0
0