Skip to main content

Featured

Constraints

NOT NULL CONSTRAINT -    Ensures that a column cannot have a null value. DEFAULT CONSTRAINT -    Provides a default value for a column when none is specified  UNIQUE CONSTRAINT -   Ensures that all values in columns are different  CHECK CONSTRAINT -   Makes sure that all values in a column satisfy certain criteria  PRIMARY KEY CONSTRAINT -   Used to uniquely identify a row in the table  FOREIGN KEY CONSTRAINT -   Used to ensure referential integrity of the data  Primary Key - is used uniquely to identify each row in a table . It can consist of one or more columns on a table . When Multiple columns are used on a table it is called composite key.  Foreign Key - Foreign key is a column or columns that references a column most often primary key of another table . The purpose of foreign key is to maintain referential integrity of the data. Pg admin  Data base - training - right click on training - query click  Always add semi colen to run the query  Int - integer  varchar - variable charact

Stock Broking Services - 2

 #Qualification 

-Age must be 21 years old

- Must be an Indian Citizen

- Minimum education qualification is 12th standard 

- He should not be a defaulter of any stock exchange 

- Firm and corporate also eligible .

- At least 2 years of experience in Financial industry.

-NISM series 7 exam has to be passed.

#Code of Conduct 

- Maintaining Integrity - Integrity means ethical in dealings.

- Registered Stock broker have to abide by a code of conduct 

- Not indulge in any kind of manipulation 

- He should not create a false market - Sometimes brokers call you and give False alarms 

- Care and diligence in conduct of business.- Must be giving a disclaimer that this is according to the analysis , but it is market purely.


Comments

Popular Posts