You need to add a notnull column in a table by using alter command (without using default command). How would you do that?
Answer / Sagar Jain
To add a NOT NULL column to a table in Sybase without using the DEFAULT command, use the ALTER TABLE command as follows:nALTER TABLE <table_name> ADD COLUMN <column_name> <data_type> NOT NULL
| Is This Answer Correct ? | 0 Yes | 0 No |
You need to multiply all values of a single column. How would you do that?
What causes re-resolution of a stored procedure in sybase?
Explain procedure cache and data cache in sybase.
Explain about the mainframe connect tools from sybase?
Compare in and exists?
What is the role of replication server in sybase?
What is rollback trigger in a trigger?
List different types of locks in sybase?
Explain relationship between jdbc and sybase.
How to pad with leading zeros an int or smallint in sybase?
What is sybase infomaker?
What is sybase? What are its important features?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)